Difference between revisions of "Information schema"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
 +
select * from information_schema.[[role_table_grants]] where grantee='YOUR_USER';
  
  

Revision as of 15:22, 15 December 2022


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


psql -l


PostgreSQL: catalogs

Advertising: