Difference between revisions of "PostgreSQL Privileges"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  https://www.postgresql.org/docs/current/ddl-priv.html
 
  https://www.postgresql.org/docs/current/ddl-priv.html
  
[[SELECT]], INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER, CREATE, CONNECT, TEMPORARY, EXECUTE, USAGE, SET and ALTER SYSTEM
+
* <code>[[SELECT]], INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER, CREATE, CONNECT, TEMPORARY, EXECUTE, USAGE, SET and ALTER SYSTEM</code>
  
 
+
* <code>[[GRANT UPDATE]] ON accounts TO joe;</code>
[[GRANT UPDATE]] ON accounts TO joe;
 
  
 
   
 
   

Revision as of 13:59, 15 December 2022

https://www.postgresql.org/docs/current/ddl-priv.html
  • SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER, CREATE, CONNECT, TEMPORARY, EXECUTE, USAGE, SET and ALTER SYSTEM


Related

See also

Advertising: