Re: PG DOCS - logical replication filtering
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-02T09:25:55Z
Lists: pgsql-hackers
On Wed, Mar 2, 2022 at 2:37 PM Aleksander Alekseev <aleksander@timescale.com> wrote: > > > I see that a large part of the documentation is commented and marked as TBA (Column Filters, Combining Different Kinds of Filters). Could you please clarify if it's a work-in-progress patch? If it's not, I believe the commented part should be removed before committing. > I think we can remove any Column Filters related information (placeholders), if that patch gets committed, we can always extend the existing docs. -- With Regards, Amit Kapila.
Commits
-
Add additional documentation for row filters.
- 676eeb6dd165 15.0 landed
-
Allow specifying row filters for logical replication of tables.
- 52e4f0cd472d 15.0 cited