Difference between revisions of "PostgreSQL: \dt"

From wikieduonline
Jump to navigation Jump to search
Line 17: Line 17:
  
 
  \dE[S+]: List all foreign tables <ref>https://gist.github.com/Kartones/dd3ff5ec5ea238d4c546</ref>
 
  \dE[S+]: List all foreign tables <ref>https://gist.github.com/Kartones/dd3ff5ec5ea238d4c546</ref>
 +
 +
== Related queries ==
 +
 +
* <code>[[SELECT tablename AS TABLE FROM pg_tables WHERE schemaname = 'public';]]</code>
 +
* <code>[[SELECT * FROM information_schema.tables;]]</code>
 +
  
 
== Related ==
 
== Related ==
* <code>[[SELECT * FROM information_schema.tables;]]</code>
+
 
 
* {{TOC operation databases}}
 
* {{TOC operation databases}}
  

Revision as of 09:39, 29 October 2021

Advertising: