Re: [PG15 Doc] remove "tty" connect string from manual

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi(dot)shinoda(at)hpe(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PG15 Doc] remove "tty" connect string from manual
Date: 2022-08-16 08:45:30
Message-ID: D9131443-0D24-4008-994A-F75CC5893CCC@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 16 Aug 2022, at 07:27, Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi(dot)shinoda(at)hpe(dot)com> wrote:
>
> Hello, hackers.
>
> As of PostgreSQL 14, "tty" in the libpq connection string has already been removed with the commit below.
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=14d9b37607ad30c3848ea0f2955a78436eff1268
>
> But https://www.postgresql.org/docs/15/libpq-connect.html#LIBPQ-CONNSTRING still says "Ignored (formerly, this specified where to send server debug output)". The attached patch removes the "tty" item.

Ah, nice catch, I missed removing this in my original patch. I'll take of
committing this shortly.

--
Daniel Gustafsson https://vmware.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2022-08-16 09:02:30 Re: [PATCH] Expose port->authn_id to extensions and triggers
Previous Message Daniel Gustafsson 2022-08-16 08:39:36 Re: Propose a new function - list_is_empty