diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-08-16 22:54:43 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-08-16 22:54:43 +0200 |
commit | ac222a3c374080f241936d2e47149d01ea006d6d (patch) | |
tree | e70a57ebde524f1525d01a3e6ffbea20d2f13fa8 | |
parent | 207fc754664492e3b61f18946bc3720db9781681 (diff) |
doc: Remove reference to tty libpq connstring param
The tty connection string parameter was removed in commit 14d9b3760
but the reference to it in the docs was mistakenly kept. Fix by
removing it from the libpq documentation. Backpatch through v14
where the parameter was removed.
Author: Noriyoshi Shinoda <noriyoshi.shinoda@hpe.com>
Discussion: https://postgr.es/m/DM4PR84MB173433216FCC2A3961879000EE6B9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
Backpatch-through: 14
-rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 37ec3cb4e5f..f14216e727d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1388,15 +1388,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> |