Difference between revisions of "GRANT"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
* https://www.postgresql.org/docs/current/sql-grant.html
+
* Documentation: https://www.postgresql.org/docs/current/sql-grant.html
  
 +
Example:
 
* <code>[[GRANT ALL PRIVILEGES]] ON DATABASE YOUR_DB_NAME TO YOUR_USERNAME;</code>
 
* <code>[[GRANT ALL PRIVILEGES]] ON DATABASE YOUR_DB_NAME TO YOUR_USERNAME;</code>
  

Revision as of 09:49, 29 October 2021

Example:

GRANT your_defined_role TO your_username;
GRANT ROLE
SELECT * FROM your_table_name;
ERROR: permission denied for table your_table_name
  • List roles: \du

Related terms

See also

Advertising: