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

Commit88d8fd8

Browse files
knizhnikkelvich
authored andcommitted
Prohibit creating/dropping database under multimaster
1 parentb042dae commit88d8fd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎multimaster.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4915,6 +4915,11 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
49154915
skipCommand= true;
49164916
break;
49174917

4918+
caseT_CreatedbStmt:
4919+
caseT_DropdbStmt:
4920+
elog(ERROR,"Multimaster doesn't support creating and dropping databases");
4921+
break;
4922+
49184923
caseT_CreateTableSpaceStmt:
49194924
caseT_DropTableSpaceStmt:
49204925
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp