User Tools

Site Tools


wiki:ostatni:potgres:start

This is an old revision of the document!


\l - list databases \c - connect to db \dn - list schemas \dt - list tables \dtS - list tables + system tables \q - quit

postgres=# SHOW search_path; postgres=# \dt postgres=# SET search_path TO api; postgres=# \dt postgres=# SET search_path TO “$user”,public;

wiki/ostatni/potgres/start.1576506916.txt.gz · Last modified: 2019/12/16 15:35 by root