Difference between revisions of "PostgreSQL: catalogs"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
* Show/List [[schema]]s: <code>select [[nspname]] from [[pg_catalog]].pg_namespace;</code><ref>https://dba.stackexchange.com/questions/40045/how-do-i-list-all-schemas-in-postgresql</ref>
 
* Show/List [[schema]]s: <code>select [[nspname]] from [[pg_catalog]].pg_namespace;</code><ref>https://dba.stackexchange.com/questions/40045/how-do-i-list-all-schemas-in-postgresql</ref>
 +
 +
== Related ==
 +
* [[Schemas]]
  
  

Revision as of 10:04, 27 April 2022

Advertising: