Logging in psql via command prompt
Psql is the interactive terminal for working with Postgres. Theres an abundance of flags available […]
Psql is the interactive terminal for working with Postgres. Theres an abundance of flags available […]
\list lists all databases \dt lists all tables in the current database Sample of \listwill […]
If you want to list all databases please use After listing all the databases we […]
After listing all the databases, if we require a list of all tables that are […]
You can select your database from command prompt itself at the time when you login […]
pg_dump — extract a PostgreSQL database into a script file or other archive file. Example […]
psql is a terminal-based front-end to PostgreSQL. It enables you to type in queries interactively, […]
We can simply use < (less than) and > (greater than) operators to find out […]