Re: How to list current user and database in PSQL

Поиск
Список
Период
Сортировка
От Bosco Rama
Тема Re: How to list current user and database in PSQL
Дата
Msg-id 52C316D1.1020209@boscorama.com
обсуждение исходный текст
Ответ на Re: How to list current user and database in PSQL  (Bosco Rama <postgres@boscorama.com>)
Список pgsql-general
On 12/31/13 11:06, Bosco Rama wrote:
>
> Use the connect meta without arguments, i.e.
>
> xyz> \c
> You are now connected to database "xyz" as user "demo".

Hmmm.  Scratch that.  That actually does a reconnect.  Probably not
what you want, especially is you are in the middle of a transaction. :-(

Bosco.


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

Предыдущее
От: Bosco Rama
Дата:
Сообщение: Re: How to list current user and database in PSQL
Следующее
От: peterlen
Дата:
Сообщение: Re: How to list current user and database in PSQL