RE: Psql meta-command conninfo+

From: Maiquel Grassi <grassi(at)hotmail(dot)com(dot)br>
To: "Imseih (AWS), Sami" <simseih(at)amazon(dot)com>, Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>, Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>, Erik Wienhold <ewie(at)ewie(dot)name>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Psql meta-command conninfo+
Date: 2024-04-01 19:19:58
Message-ID: CP8P284MB249600FFB7AA7352C3D6B463EC3F2@CP8P284MB2496.BRAP284.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-04-01 19:24:15 Re: Statistics Import and Export
Previous Message Nathan Bossart 2024-04-01 19:19:30 Re: pg_upgrade failing for 200+ million Large Objects