PostgreSQL
Description
SET CONNECTION
sets the “[.quote]#current”# database connection, which is the one that all commands use unless overridden.
Parameters
- `connection_name`
-
A database connection name established by the
CONNECT
command. DEFAULT
-
Set the connection to the default connection.