PostgreSQL: Documentation: 9.2: psql
www.postgresql.org › docs › 9Anything you enter in psql that begins with an unquoted backslash is a psql meta-command that is processed by psql itself. These commands make psql more useful for administration or scripting. Meta-commands are often called slash or backslash commands. The format of a psql command is the backslash, followed immediately by a command verb, then any arguments. The arguments are separated from the command verb and each other by any number of whitespace characters.
Psql commands - javatpoint
www.javatpoint.com › psql-commandspsql -h host -d database -U user -W In case, we need to use SSL mode for the connection, define it as shown in the below command: psql -U user -h host "dbname=db sslmode=require" Switch connection to a new database Once we are connected to a database, we can switch the connection to a new database under a user-specified by the user.
Psql commands - javatpoint
https://www.javatpoint.com › psql-...Psql commands with examples database, table, create, select, insert, update, delete, join, function, index, clause, trigger, view, procedure etc.