diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index cbb333fb3ca..8f5332ab520 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -8496,7 +8496,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx <entry><type>boolean</type></entry> <entry> <literal>true</literal> if the prepared statement was created - via the <command>PREPARE</command> SQL statement; + via the <command>PREPARE</command> SQL command; <literal>false</literal> if the statement was prepared via the frontend/backend protocol </entry> |