Difference between revisions of "PostgreSQL: \dt"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
  \dt *.*: List tables from all schemas (if *.* is omitted will only show SEARCH_PATH ones) <ref>https://gist.github.com/Kartones/dd3ff5ec5ea238d4c546</ref>
 
  \dt *.*: List tables from all schemas (if *.* is omitted will only show SEARCH_PATH ones) <ref>https://gist.github.com/Kartones/dd3ff5ec5ea238d4c546</ref>
  
 +
 +
\dE[S+]: List all foreign tables <ref>https://gist.github.com/Kartones/dd3ff5ec5ea238d4c546</ref>
  
 
== Related ==
 
== Related ==

Revision as of 08:58, 29 October 2021

Advertising: