Doc: fix mention of pg_dump's minimum supported server version.
authorTom Lane <[email protected]>
Tue, 31 May 2022 16:14:02 +0000 (12:14 -0400)
committerTom Lane <[email protected]>
Tue, 31 May 2022 16:14:02 +0000 (12:14 -0400)
commit9f3af6d18d92d6d3083ca438cfecb83c6d0ed01b
tree84e822e79a44af67f0c06a0bbeb52e28370a1f2a
parent2640579bfcb67072c97e16aef55186c0d0a73fe7
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
doc/src/sgml/runtime.sgml