PostgreSQL Meta-Command using psql: Command Information -II

This is in continuation of My last blog about Meta Commands in PostgreSQL. In last blog I have explained what a Meta command is all about. In next few blogs we will explore few of Meta commands. Lets start exploring databases. How to List Databases in psql Using \l The command we will explore here Read more about PostgreSQL Meta-Command using psql: Command Information -II[…]

PostgreSQL Meta-Command using psql: Command Information -I

This is in continuation of My last blog about Meta Commands in PostgreSQL. In last blog we have explained what a Meta command is all about. In next few blogs we will explore few of Meta commands. Let’s start with psql command itself. How to Use psql to Connect to a PostgreSQL Database Once we Read more about PostgreSQL Meta-Command using psql: Command Information -I[…]

psql meta commands PostgreSQL terminal

PostgreSQL Meta-Command using psql: Generic Information

In our last blog we have discussed the history of origination of PostgreSQL database. This database, like all other RDBMS, has more than one interface to connect to the database. PostgreSQL has psql program as command line interface (CLI) and PgAdmin as graphical user interface (GUI) Validated on PostgreSQL 14, 15, and 16. Commands work Read more about PostgreSQL Meta-Command using psql: Generic Information[…]