summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
diff options
context:
space:
mode:
authorMichael Paquier2023-01-11 06:16:38 +0000
committerMichael Paquier2023-01-11 06:16:38 +0000
commit5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc (patch)
tree11d27dd11f3d31ad50a027e69e38bc54f3539206 /doc/src/sgml/ref/psql-ref.sgml
parent69fb29d1affb525d4c91b4dc5b104a551e61c28d (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.sgml4
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>