Difference between revisions of "Information schema"

From wikieduonline
Jump to navigation Jump to search
(Created page with " PostgreSQL: catalogs")
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lc}}
  
  
 +
[[select]] * from information_schema.[[role_table_grants]] where grantee='YOUR_USER';
  
 +
grantor grantee .../...
  
[[PostgreSQL: catalogs]]
+
 
 +
== Related ==
 +
* <code>[[psql -l]]</code>
 +
* <code>[[ERROR: permission denied for your-table]]</code>
 +
 
 +
== See also ==
 +
* {{SELECT}}
 +
 
 +
[[Category:PostgreSQL]]

Latest revision as of 15:26, 15 December 2022


select * from information_schema.role_table_grants where grantee='YOUR_USER';
grantor grantee .../...


Related[edit]

See also[edit]

Advertising: