diff options
Diffstat (limited to 'doc/src/sgml/catalogs.sgml')
| -rw-r--r-- | doc/src/sgml/catalogs.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 2b2c70a26e..2f0def9b19 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -9602,7 +9602,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l </table> <para> - The <structname>pg_available_extensions</structname> view is read only. + The <structname>pg_available_extensions</structname> view is read-only. </para> </sect1> @@ -9726,8 +9726,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l </table> <para> - The <structname>pg_available_extension_versions</structname> view is read - only. + The <structname>pg_available_extension_versions</structname> view is + read-only. </para> </sect1> @@ -10042,7 +10042,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l </table> <para> - The <structname>pg_cursors</structname> view is read only. + The <structname>pg_cursors</structname> view is read-only. </para> </sect1> @@ -11164,7 +11164,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx </table> <para> - The <structname>pg_prepared_statements</structname> view is read only. + The <structname>pg_prepared_statements</structname> view is read-only. </para> </sect1> |
