Difference between revisions of "SELECT * FROM pg roles"
Jump to navigation
Jump to search
(Created page with "<pre> rolname | rolsuper | rolinherit | rolcreaterole | rolcreatedb | rolcanlogin | rolreplication | rolconnlimit | rolpassword | rolvaliduntil | rolbypassr...") |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | SELECT * FROM [[pg_roles]]; | |
− | + | ||
− | + | rolname | rolsuper | rolinherit | rolcreaterole | rolcreatedb | rolcanlogin | rolreplication | rolconnlimit | rolpassword | rolvaliduntil | rolbypassrls | rolconfig | oid | |
− | + | .../... | |
− | + | ||
− | + | == Related == | |
− | + | * [[CREATE USER]] | |
− | + | * [[community]].postgresql.[[postgresql_user]] | |
+ | |||
+ | == See also == | ||
+ | * {{Role}} | ||
+ | |||
+ | [[Category:PostgreSQL]] |
Latest revision as of 18:39, 14 December 2022
SELECT * FROM pg_roles;
rolname | rolsuper | rolinherit | rolcreaterole | rolcreatedb | rolcanlogin | rolreplication | rolconnlimit | rolpassword | rolvaliduntil | rolbypassrls | rolconfig | oid .../...
Related[edit]
- CREATE USER
- community.postgresql.postgresql_user
See also[edit]
Advertising: