Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Sergei Kornilov <sk@zsrv.org>
Cc: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>, Peter Smith <smithpb2250@gmail.com>, pgsql-hackers@lists.postgresql.org, Önder Kalacı <onderkalaci@gmail.com>
Date: 2023-07-13T13:06:49Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Doc: Update the logical replication restriction w.r.t Replica Identity Full.
- 961cf5c9055f 17.0 landed
On Tue, Jul 11, 2023 at 2:17 PM Sergei Kornilov <sk@zsrv.org> wrote: > > I think it's appropriate to add on the restrictions page. (But mentioning that this restriction is only for subscriber) > > If the list were larger, then the restrictions page could be divided into publisher and subscriber restrictions. But not for one very specific restriction. > Okay, how about something like: "The UPDATE and DELETE operations cannot be applied on the subscriber for the published tables that specify REPLICA IDENTITY FULL when the table has attributes with datatypes (e.g point or box) that don't have a default operator class for Btree or Hash. This won't be a problem if the table has a primary key or replica identity defined for it."? -- With Regards, Amit Kapila.