[PG15 Doc] remove "tty" connect string from manual
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
Attachments:
libpq-connect-v1.diffapplication/octet-stream; name=libpq-connect-v1.diffDownload
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 840ca71f39..8a1a9e9932 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1387,15 +1387,6 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
</listitem>
</varlistentry>
- <varlistentry id="libpq-connect-tty" xreflabel="tty">
- <term><literal>tty</literal></term>
- <listitem>
- <para>
- Ignored (formerly, this specified where to send server debug output).
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry id="libpq-connect-replication" xreflabel="replication">
<term><literal>replication</literal></term>
<listitem>
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=14d9b37607ad30c3848ea0f2955a78436eff1268But 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/