Difference between revisions of "ALTER"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[ALTER DATABASE]] | [[ALTER DATABASE]] | ||
− | [[Change password]] | + | === [[Change password]] === |
[[ALTER USER]] YOUR_USER WITH PASSWORD 'your_new_password'; | [[ALTER USER]] YOUR_USER WITH PASSWORD 'your_new_password'; | ||
Revision as of 14:13, 16 March 2023
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES TO xxx;
ALTER DATABASE
Change password
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: