Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f527a6

Browse files
committed
Fix error message for logical replication targets
This fixes an oversight from373bda6.Noted by Erik Rijkers.
1 parentbb874e3 commit9f527a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/executor/execReplication.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ CheckSubscriptionRelkind(char relkind, const char *nspname,
622622
elseif (relkind==RELKIND_FOREIGN_TABLE)
623623
ereport(ERROR,
624624
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
625-
errmsg("cannot use relation \"%s.%s\" as logical replication",
625+
errmsg("cannot use relation \"%s.%s\" as logical replication target",
626626
nspname,relname),
627627
errdetail("\"%s.%s\" is a foreign table.",
628628
nspname,relname)));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp