From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Remove reference to tty libpq connstring param |
Date: | 2022-08-16 21:10:13 |
Message-ID: | E1oO3pE-0015Rf-I0@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(dot)shinoda(at)hpe(dot)com>
Discussion: https://postgr.es/m/DM4PR84MB173433216FCC2A3961879000EE6B9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
Backpatch-through: 14
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/40ca9073ff228163b1320122a82e4064da6cf54f
Modified Files
--------------
doc/src/sgml/libpq.sgml | 9 ---------
1 file changed, 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2022-08-16 21:10:44 | pgsql: doc: Remove reference to tty libpq connstring param |
Previous Message | Daniel Gustafsson | 2022-08-16 10:47:36 | pgsql: doc: Add missing parenthesis to keycombo |