Skip to content

Commit c03b7f5

Browse files
committed
Doc: fix mention of psql's minimum supported server version.
Commit cf0cab8 removed describe.c's support for pre-9.2 server versions, but neglected to update this documentation reference. Discussion: https://postgr.es/m/GV0P278MB041917EB3E2FE8704B5AE2C6D2DC9@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
1 parent 492046f commit c03b7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/psql-ref.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4914,7 +4914,7 @@ PSQL_EDITOR_LINENUMBER_ARG='--line '
49144914
or an older major version. Backslash commands are particularly likely
49154915
to fail if the server is of a newer version than <application>psql</application>
49164916
itself. However, backslash commands of the <literal>\d</literal> family should
4917-
work with servers of versions back to 7.4, though not necessarily with
4917+
work with servers of versions back to 9.2, though not necessarily with
49184918
servers newer than <application>psql</application> itself. The general
49194919
functionality of running SQL commands and displaying query results
49204920
should also work with servers of a newer major version, but this cannot

0 commit comments

Comments
 (0)