diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1a117dbecba..dc6528dc11d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1901,8 +1901,8 @@ INSERT INTO tbl1 VALUES ($1, $2) \bind 'first value' 'second value' \g </para> <para> - Since <productname>PostgreSQL</productname> 16 the output includes - column with the values of + Since <productname>PostgreSQL</productname> 16, the output includes a + column with the values of the <link linkend="sql-alterrole-user-set"><literal>USER SET</literal></link> flag for each setting. </para> |