Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Remove reference to tty libpq connstring param
- ac222a3c3740 15.0 landed
- 40ca9073ff22 16.0 landed
- 1d968b870477 14.6 landed
-
libpq: Remove deprecated connection parameters authtype and tty
- 14d9b37607ad 14.0 cited
-
[PG15 Doc] remove "tty" connect string from manual
Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com> — 2022-08-16T05:27:36Z
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. Regards, Noriyoshi Shinoda
-
Re: [PG15 Doc] remove "tty" connect string from manual
Daniel Gustafsson <daniel@yesql.se> — 2022-08-16T08:45:30Z
> On 16 Aug 2022, at 07:27, Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi.shinoda@hpe.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/