|
|
|
|
|
by ahachete
209 days ago
|
|
Logical replication does NOT require a primary key. It requires either a primary key, a unique index or to define a replica identity. Sure, that still boils down, in most cases, to having a PK (replica identity is normally not a good idea), but there are cases where this would not be the case. |
|