From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add additional documentation for row filters. |
Date: | 2022-04-18 03:21:58 |
Message-ID: | E1ngHxe-0011HE-3g@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add additional documentation for row filters.
Commit 52e4f0cd47 added a feature to allow specifying row filters for
logical replication of tables. This patch adds detailed documentation on
that feature including examples to make it easier for users to understand.
Author: Peter Smith, Euler Taveira
Reviewed By: Greg Nancarrow, Aleksander Alekseev, Amit Kapila, Ajin Cherian, Alvaro Herrera
Discussion: https://postgr.es/m/CAHut+PtnsBr59=_NvxXp_=S-em0WxyuDOQmSTuHGb4sVhkHffg@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/676eeb6dd1655f7a3ee783b7ca0d645580630acc
Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 562 +++++++++++++++++++++++++++++++
doc/src/sgml/ref/create_publication.sgml | 2 +
2 files changed, 564 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2022-04-18 04:42:59 | pgsql: Fix second race condition in 002_archiving.pl with archive_clean |
Previous Message | Michael Paquier | 2022-04-18 02:41:08 | pgsql: Fix race in TAP test 002_archiving.pl when restoring history fil |