Content-Length: 263972 | pFad | http://github.com/postgrespro/postgres/commit/1e7ca1189cccff9851d4f12dacadf6ffff4b04fa

DB Improved CREATE SUBSCRIPTION message for clarity · postgrespro/postgres@1e7ca11 · GitHub
Skip to content

Commit 1e7ca11

Browse files
committed
1 parent 78806a9 commit 1e7ca11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/subscriptioncmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,8 +2023,8 @@ check_publications_origen(WalReceiverConn *wrconn, List *publications,
20232023
errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
20242024
errmsg("subscription \"%s\" requested copy_data with origen = NONE but might copy data that had a different origen",
20252025
subname),
2026-
errdetail_plural("Subscribed publication %s is subscribing to other publications.",
2027-
"Subscribed publications %s are subscribing to other publications.",
2026+
errdetail_plural("The subscription being created subscribes to a publication (%s) that contains tables that are written to by other subscriptions.",
2027+
"The subscription being created subscribes to publications (%s) that contain tables that are written to by other subscriptions.",
20282028
list_length(publist), pubnames->data),
20292029
errhint("Verify that initial data copied from the publisher tables did not come from other origens."));
20302030
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/1e7ca1189cccff9851d4f12dacadf6ffff4b04fa

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy