aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-01-25 12:49:10 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-01-25 12:49:10 -0500
commit049ac809a790a9bde478e371da2b68d6b18c5df7 (patch)
treec2fd1ba47b1ebd8a65d087eb605f12e2fdb6d2d8
parent98cc5db27c97cccd19c4e67e8e623f2d260a5c35 (diff)
downloadpostgresql-049ac809a790a9bde478e371da2b68d6b18c5df7.tar.gz
postgresql-049ac809a790a9bde478e371da2b68d6b18c5df7.zip
doc: Fix typo
-rw-r--r--doc/src/sgml/catalogs.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 524180e011d..086fafc6944 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -9319,7 +9319,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<entry><structfield>temporary</structfield></entry>
<entry><type>boolean</type></entry>
<entry></entry>
- <entry>True if this is temporary replication slot. Temporary slots are
+ <entry>True if this is a temporary replication slot. Temporary slots are
not saved to disk and are automatically dropped on error or when
the session has finished.</entry>
</row>