RE: Psql meta-command conninfo+

Поиск
Список
Период
Сортировка
От Maiquel Grassi
Тема RE: Psql meta-command conninfo+
Дата
Msg-id CP8P284MB249600FFB7AA7352C3D6B463EC3F2@CP8P284MB2496.BRAP284.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Psql meta-command conninfo+  ("Imseih (AWS), Sami" <simseih@amazon.com>)
Список pgsql-hackers
Database:

The database name of the connection.

 

Authenticated User:

The authenticated database user of the connection.

 

Socket Directory:

The Unix socket directory of the connection. NULL if host or hostaddr are specified.

 

Host:

The host name or address of the connection. NULL if a Unix socket is used.

 

Server Port:

The IP address of the connection. NULL if a Unix socket is used.

 

Server Address:

The IP address of the host name. NULL if a Unix socket is used.

 

Client Address:

The IP address of the client connected to this backend. NULL if a Unix socket is used.

 

Client Port:

The port of the client connected to this backend. NULL if a Unix socket is used.

 

Backend PID:

The process id of the backend for the connection.

 

Application name:

<literal>psql<literal> is the default for a psql connection

unless otherwise specified in the <xref linkend="guc-application-name"/>

configuration parameter.

 

-----//-----

Hi Sami,
I considered your suggestions and Álvaro's suggestions
Regards,
Maiquel Grassi.

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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: pg_upgrade failing for 200+ million Large Objects
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Statistics Import and Export