diff options
author | Michael Paquier | 2023-01-11 06:16:38 +0000 |
---|---|---|
committer | Michael Paquier | 2023-01-11 06:16:38 +0000 |
commit | 5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc (patch) | |
tree | 11d27dd11f3d31ad50a027e69e38bc54f3539206 /doc/src/sgml/ref/psql-ref.sgml | |
parent | 69fb29d1affb525d4c91b4dc5b104a551e61c28d (diff) |
Fix typos in code and comments
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
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> |