PostgreSQL meta-commands

From wikieduonline
Revision as of 09:11, 28 April 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

https://www.postgresql.org/docs/current/app-psql.html

\du
\du+
\dg
\ddp
\dp
\dp *.*
\list
\dn           Lists schemas (namespaces)
\dt
\c
\l
\dE[S+] [ pattern ] foreign table
\di[S+] [ pattern ] index
\dm[S+] [ pattern ] materialized view
\ds[S+] [ pattern ] sequence
\dt[S+] [ pattern ] table
\dv[S+] [ pattern ] view


Related

See also

Advertising: