diff options
Diffstat (limited to '')
-rw-r--r-- | doc/src/sgml/man1/psql.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/man1/psql.1 b/doc/src/sgml/man1/psql.1 index 5460367..aaf7886 100644 --- a/doc/src/sgml/man1/psql.1 +++ b/doc/src/sgml/man1/psql.1 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Date: 2024 -.\" Manual: PostgreSQL 16.2 Documentation -.\" Source: PostgreSQL 16.2 +.\" Manual: PostgreSQL 16.3 Documentation +.\" Source: PostgreSQL 16.3 .\" Language: English .\" -.TH "PSQL" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation" +.TH "PSQL" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -488,7 +488,7 @@ or \fB\epset expanded\fR\&. .RE .PP -\fB\-X,\fR +\fB\-X\fR .br \fB\-\-no\-psqlrc\fR .RS 4 @@ -650,7 +650,7 @@ is currently connected, followed by the string .\} .nf $ \fBpsql testdb\fR -psql (16\&.2) +psql (16\&.3) Type "help" for help\&. testdb=> @@ -4262,7 +4262,7 @@ PostgreSQL major or minor release identifier to the file name, for example ~/\&.psqlrc\-16 or -~/\&.psqlrc\-16\&.2\&. The most specific version\-matching file will be read in preference to a non\-version\-specific file\&. These version suffixes are added after determining the file path as explained above\&. +~/\&.psqlrc\-16\&.3\&. The most specific version\-matching file will be read in preference to a non\-version\-specific file\&. These version suffixes are added after determining the file path as explained above\&. .RE .PP \&.psql_history |