Difference between revisions of "\ddp"
Jump to navigation
Jump to search
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Lists default access privilege settings | + | \ddp |
+ | \ddp *.* | ||
+ | |||
+ | Lists [[default access privilege]] settings | ||
* https://www.postgresql.org/docs/14/app-psql.html | * https://www.postgresql.org/docs/14/app-psql.html | ||
Line 14: | Line 17: | ||
user3 | schema3 | [[sequence]] | user2=rwU/user3 | user3 | schema3 | [[sequence]] | user2=rwU/user3 | ||
+ | |||
+ | \ddp | ||
+ | The server (version 8.0) does not support altering default privileges. | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | * <code>[[select schema_name from information_schema.schemata;]]</code> | ||
+ | * <code>[[\dp]]</code> | ||
+ | * [[ALTER DEFAULT PRIVILEGES]] | ||
+ | * [[PostgreSQL meta-commands]] | ||
== See also == | == See also == | ||
* {{GRANT}} | * {{GRANT}} | ||
+ | * {{psql}} | ||
[[Category:PostgreSQL]] | [[Category:PostgreSQL]] |
Latest revision as of 13:38, 23 November 2022
\ddp \ddp *.*
Lists default access privilege settings
https://dba.stackexchange.com/a/184339
\ddp Default access privileges Owner | Schema | Type | Access privileges -------------------+-------------+----------+------------------------------------------- user1 | schema1 | table | usern1=r/user2 user2 | schema2 | function | user2=X/user3 user3 | schema3 | sequence | user2=rwU/user3
\ddp The server (version 8.0) does not support altering default privileges.
Related[edit]
select schema_name from information_schema.schemata;
\dp
- ALTER DEFAULT PRIVILEGES
- PostgreSQL meta-commands
See also[edit]
GRANT
,\ddp
,GRANT USAGE
,GRANT ALL PRIVILEGES
,GRANT SELECT
, View GRANTs on Redshift,has_table_privilege
,has_schema_privilege
,HAS_DATABASE_PRIVILEGE
,SCHEMA
, Privileges,GRANT EXECUTE
- PostgreSQL:
psql
,.psqlrc, .pgpass
,$HOME/.pg service.conf
,-U, -W, -d
, meta-commands:\du, \dg, \ddp, \dp, \list, \dn, \dt, \c, \l, \di, \q
,show users
,show
,su - postgres
,psql -c, \?, \connect, \conninfo
,--version, --help
, PL/pgSQL
Advertising: