correction

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: izumi(dot)kuramura(at)gmail(dot)com
Subject: correction
Date: 2025-02-24 06:52:25
Message-ID: 174037994589.898582.18052583186032701533@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/routine-vacuuming.html
Description:

hi i found a tiny error below:
https://www.postgresql.org/docs/current/routine-vacuuming.html
>Drop any old replication slots. Use pg_stat_replication to find slots where
age(xmin) or age(catalog_xmin) is large. In many cases, such slots were
created for replication to servers that no longer exist, or that have been
down for a long time.

not pg_stat_replication but pg_replication_slots
because pg_stat_replication has neither
xmin nor catalog_xmin.

thank you

Browse pgsql-docs by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2025-02-24 10:58:52 RE: pg_copy_logical_replication_slot doesn't copy the failover property
Previous Message Amit Kapila 2025-02-24 02:46:20 Re: pg_copy_logical_replication_slot doesn't copy the failover property