Difference between revisions of "ALTER"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[Amazon Redshift: grant read only provileges to user]] | * [[Amazon Redshift: grant read only provileges to user]] | ||
* <code>[[\ddp]] *.*</code> lists default access privilege settings | * <code>[[\ddp]] *.*</code> lists default access privilege settings | ||
+ | * [[PostgreSQL meta-commands]] | ||
== See also == | == See also == |
Revision as of 08:58, 10 October 2022
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES TO xxx; ALTER USER YOUR_USER WITH PASSWORD 'your_new_password';
Related
- GRANT SELECT
- Amazon Redshift: grant read only provileges to user
\ddp *.*
lists default access privilege settings- PostgreSQL meta-commands
See also
Advertising: