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

Commite807d8b

Browse files
committed
Fix mistake in error message
Reported-by: tushar <tushar.ahuja@enterprisedb.com>Author: Dilip Kumar <dilipbalaut@gmail.com>
1 parent5f374fe commite807d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/subscriptioncmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ DropSubscription(DropSubscriptionStmt *stmt, bool isTopLevel)
931931
(errmsg("could not connect to publisher when attempting to "
932932
"drop the replication slot \"%s\"",slotname),
933933
errdetail("The error was: %s",err),
934-
errhint("Use ALTER SUBSCRIPTION ...WITH (slot_name = NONE) "
934+
errhint("Use ALTER SUBSCRIPTION ...SET (slot_name = NONE) "
935935
"to disassociate the subscription from the slot.")));
936936

937937
PG_TRY();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp