1

Postgres can insert with default values:

INSERT INTO users DEFAULT VALUES;

But can't grant authority.

☓ GRANT INSERT () ON users TO authenticated_user;
☓ GRANT INSERT DEFAULT VALUES ON users TO authenticated_user;
iwatachan
  • 159
  • 2
  • 8

0 Answers0