From ac222a3c374080f241936d2e47149d01ea006d6d Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 16 Aug 2022 22:54:43 +0200 Subject: [PATCH] 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 Discussion: https://postgr.es/m/DM4PR84MB173433216FCC2A3961879000EE6B9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM Backpatch-through: 14 --- doc/src/sgml/libpq.sgml | 9 --------- 1 file changed, 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 - - tty - - - Ignored (formerly, this specified where to send server debug output). - - - - replication -- 2.39.5