8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233cf6e commit 3e77b2eCopy full SHA for 3e77b2e
doc/src/sgml/system-views.sgml
@@ -2413,8 +2413,9 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
2413
</para>
2414
<para>
2415
The address (<literal>LSN</literal>) up to which the logical
2416
- slot's consumer has confirmed receiving data. Data older than this is
2417
- not available anymore. <literal>NULL</literal> for physical slots.
+ slot's consumer has confirmed receiving data. Data corresponding to the
+ transactions committed before this <literal>LSN</literal> is not
2418
+ available anymore. <literal>NULL</literal> for physical slots.
2419
</para></entry>
2420
</row>
2421
0 commit comments