Difference between revisions of "GRANT SELECT ON DATABASE"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to GRANT)
Tag: New redirect
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#redirect [[GRANT]]
+
 
 +
 
 +
 
 +
[[GRANT SELECT]] ON DATABASE "yourdbname" to yourusername;
 +
[[Invalid privilege type]]
 +
 
 +
== Related ==
 +
* <code>[[GRANT SELECT ON ALL TABLES]] IN SCHEMA public TO user1;</code>
 +
* <code>ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES TO user;</code>
 +
 
 +
== See also ==
 +
* {{GRANT SELECT}}
 +
* {{GRANT}}
 +
 
 +
[[Category:DB]]

Latest revision as of 10:34, 16 December 2022


GRANT SELECT ON DATABASE "yourdbname" to yourusername;
Invalid privilege type

Related[edit]

See also[edit]

Advertising: