psql is a terminal-based front-end to PostgreSQL. It enables you to type in queries interactively, issue them to PostgreSQL, and see the query results . Alternatively, input can be from a file or from command line arguments.
What is psql command used for?
psql is a terminal-based front-end to PostgreSQL. It enables you to type in queries interactively, issue them to PostgreSQL, and see the query results . Alternatively, input can be from a file or from command line arguments.