pgsql: Doc: fix mention of pg_dump's minimum supported server version.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix mention of pg_dump's minimum supported server version.
Date: 2022-05-31 16:18:57
Message-ID: E1nw4a9-0023M7-ER@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix mention of pg_dump's minimum supported server version.

runtime.sgml contains a passing reference to the minimum server
version that pg_dump[all] can dump from. That was 7.0 for many
years, but when 64f3524e2 raised it to 8.0, we missed updating this
bit. Then when 30e7c175b raised it to 9.2, we missed it again.

Given that track record, I'm not too hopeful that we'll remember
to fix this in future changes ... but for now, make the docs match
reality in each branch.

Noted by Daniel Westermann.

Discussion: https://postgr.es/m/GV0P278MB041917EB3E2FE8704B5AE2C6D2DC9@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fa70c9e0219fe4b8e1a6c35d1425f8fd7772f62d

Modified Files
--------------
doc/src/sgml/runtime.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-05-31 18:47:58 pgsql: Ensure ParseTzFile() closes the input file after failing.
Previous Message Robert Haas 2022-05-31 12:53:21 pgsql: shm_mq_sendv: Fix flushing bug when receiver not yet attached.