Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit492046f

Browse files
committed
Doc: fix mention of pg_dump's minimum supported server version.
runtime.sgml contains a passing reference to the minimum serverversion that pg_dump[all] can dump from. That was 7.0 for manyyears, but when64f3524 raised it to 8.0, we missed updating thisbit. Then when30e7c17 raised it to 9.2, we missed it again.Given that track record, I'm not too hopeful that we'll rememberto fix this in future changes ... but for now, make the docs matchreality in each branch.Noted by Daniel Westermann.Discussion:https://postgr.es/m/GV0P278MB041917EB3E2FE8704B5AE2C6D2DC9@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
1 parentf5bfba5 commit492046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
17701770
version of
17711771
<productname>PostgreSQL</productname>, to take advantage of enhancements
17721772
that might have been made in these programs. Current releases of the
1773-
dump programs can read data from any server version back to7.0.
1773+
dump programs can read data from any server version back to9.2.
17741774
</para>
17751775

17761776
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp