L'uso \c <database_name>
in PostgreSQL si collegherà al database indicato.
Come si può determinare il nome del database corrente?
Inserimento:
my_db> current_database();
produce:
ERROR: syntax error at or near "current_database"
LINE 1: current_database();
my_db
ti dice già il database corrente?