pgsql: doc: Fix documenation for snapshot export in logical decoding.

2025-05-25 Thread Fujii Masao
doc: Fix documenation for snapshot export in logical decoding. The documentation for exported snapshots in logical decoding previously stated that snapshot creation may fail on a hot standby. This is no longer accurate, as snapshot exporting on standbys has been supported since PostgreSQL 10. This

pgsql: doc: Fix documenation for snapshot export in logical decoding.

2025-05-25 Thread Fujii Masao
doc: Fix documenation for snapshot export in logical decoding. The documentation for exported snapshots in logical decoding previously stated that snapshot creation may fail on a hot standby. This is no longer accurate, as snapshot exporting on standbys has been supported since PostgreSQL 10. This

pgsql: doc: Fix documenation for snapshot export in logical decoding.

2025-05-25 Thread Fujii Masao
doc: Fix documenation for snapshot export in logical decoding. The documentation for exported snapshots in logical decoding previously stated that snapshot creation may fail on a hot standby. This is no longer accurate, as snapshot exporting on standbys has been supported since PostgreSQL 10. This

pgsql: doc: Fix documenation for snapshot export in logical decoding.

2025-05-25 Thread Fujii Masao
doc: Fix documenation for snapshot export in logical decoding. The documentation for exported snapshots in logical decoding previously stated that snapshot creation may fail on a hot standby. This is no longer accurate, as snapshot exporting on standbys has been supported since PostgreSQL 10. This

pgsql: doc: Fix documenation for snapshot export in logical decoding.

2025-05-25 Thread Fujii Masao
doc: Fix documenation for snapshot export in logical decoding. The documentation for exported snapshots in logical decoding previously stated that snapshot creation may fail on a hot standby. This is no longer accurate, as snapshot exporting on standbys has been supported since PostgreSQL 10. This

pgsql: doc: Fix documenation for snapshot export in logical decoding.

2025-05-25 Thread Fujii Masao
doc: Fix documenation for snapshot export in logical decoding. The documentation for exported snapshots in logical decoding previously stated that snapshot creation may fail on a hot standby. This is no longer accurate, as snapshot exporting on standbys has been supported since PostgreSQL 10. This

pgsql: Doc: Make logical replication examples executable in bulk.

2025-05-25 Thread Amit Kapila
Doc: Make logical replication examples executable in bulk. To improve the usability of logical replication examples, we need to enable bulk copy-pasting of DML/DDL series. Currently, output command tags and prompts disrupt this workflow. While prompts are typically removed, converting them to com