diff options
author | Amit Kapila | 2022-11-04 03:30:46 +0000 |
---|---|---|
committer | Amit Kapila | 2022-11-04 03:30:46 +0000 |
commit | 3e77b2eb3466aff9fe19e209ebc0d899ea869494 (patch) | |
tree | 59012626e617c660bc9406ed05dad6de42a82945 /doc/src | |
parent | 233cf6e8adfc61c6987d4fa22ded551a8246f8fc (diff) |
Doc: Improve the description of confirmed_flush_lsn in pg_replication_slots.
Make it clear that the data corresponding to the transactions committed
before confirmed_flush_lsn is not available anymore.
Author: Ashutosh Sharma
Reviewd by: Ashutosh Bapat
Discussion: https://postgr.es/m/CAE9k0P=hiqRXUonnmtS-5Pu8SbO=yF6vcrVBcfEf2+93ng_f5Q@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/system-views.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml index 947598e7e7e..7c716fe3276 100644 --- a/doc/src/sgml/system-views.sgml +++ b/doc/src/sgml/system-views.sgml @@ -2413,8 +2413,9 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx </para> <para> The address (<literal>LSN</literal>) up to which the logical - slot's consumer has confirmed receiving data. Data older than this is - 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 + available anymore. <literal>NULL</literal> for physical slots. </para></entry> </row> |