Difference between revisions of "GRANT "your-defined-role" TO "your-username";"
Jump to navigation
Jump to search
(Created page with " GRANT "your-defined role" TO "your username"; == See also == * {{Role}} * {{GRANT}} * {{psql}} Category: PostgreSQL Category: SQL") |
|||
Line 1: | Line 1: | ||
[[GRANT]] "your-defined role" TO "your username"; | [[GRANT]] "your-defined role" TO "your username"; | ||
+ | |||
+ | [[DROP DATABASE]] | ||
== See also == | == See also == |
Revision as of 15:26, 18 November 2022
GRANT "your-defined role" TO "your username";
DROP DATABASE
See also
- PostgreSQL: Database roles,
CREATE USER
,CREATE ROLE
,\du, \du+
,create user, Alter user
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: