Client: psql
To login with a specific username: psql -U <user>
To login with username and password:
(Source)
Show tables: \dt
, or \dt+
to include sizing information.
Client: psql
To login with a specific username: psql -U <user>
To login with username and password:
(Source)
Show tables: \dt
, or \dt+
to include sizing information.
Search