Commit 049ac809 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix typo

parent 98cc5db2
...@@ -9319,7 +9319,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx ...@@ -9319,7 +9319,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<entry><structfield>temporary</structfield></entry> <entry><structfield>temporary</structfield></entry>
<entry><type>boolean</type></entry> <entry><type>boolean</type></entry>
<entry></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 not saved to disk and are automatically dropped on error or when
the session has finished.</entry> the session has finished.</entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment