How to list current user and database in PSQL

Поиск
Список
Период
Сортировка
After logging into the PSQL Shell Script as a particular user and database, I
want to display who my current user is and what database I am in as I may
have forgotten who I am logged in as in order to make sure any commands are
going to the right place.  In Oracle's SQLPlus you can do something like
"show user" and get feedback on the user you are logged in as.  Is there an
equivalent thing for PSQL to list the user and database?

Thanks - Peter



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/How-to-list-current-user-and-database-in-PSQL-tp5784928.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Moshe Jacobson
Дата:
Сообщение: Announce: Cyan Audit: Forensic audit logging for PostgreSQL
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: How to list current user and database in PSQL