Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| tips:db:postgres [2019/02/25 11:57] – [pgadmin] scipio | tips:db:postgres [2019/03/13 09:55] (current) – [Basic operations] scipio | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| # list tables in schema | # list tables in schema | ||
| \dt auth.* | \dt auth.* | ||
| + | |||
| + | # describe table | ||
| + | \d+ auth.users | ||
| # list of installed extensions | # list of installed extensions | ||