From ad592a0844373df2b7c8e61ad8c004650034b0fe Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Mon, 9 Oct 2023 11:30:59 +0100 Subject: [PATCH] Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) --- changelog.d/16456.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16456.misc diff --git a/changelog.d/16456.misc b/changelog.d/16456.misc new file mode 100644 index 000000000000..baee042f2f2c --- /dev/null +++ b/changelog.d/16456.misc @@ -0,0 +1 @@ +Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. \ No newline at end of file