Difference between revisions of "ERROR: permission denied for your-table"

From wikieduonline
Jump to navigation Jump to search
(Created page with " select * from information_schema.role_table_grants where grantee='YOUR_USER' ; == See also == * {{GRANT}} * {{PostgreSQL}} Category:PostgreSQL")
 
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
  
 +
<code>select * from [[information_schema]].[[role_table_grants]] where grantee='YOUR_USER';</code>
  
select
+
<code>[[ERROR: permission denied for]]</code>
  *
 
from information_schema.role_table_grants
 
where grantee='YOUR_USER'
 
;
 
  
 
== See also ==
 
== See also ==
 
* {{GRANT}}
 
* {{GRANT}}
* {{PostgreSQL}}
+
* {{SELECT}}
  
 
[[Category:PostgreSQL]]
 
[[Category:PostgreSQL]]

Latest revision as of 10:58, 16 December 2022

Advertising: