pull/7240/head
Onur Tirtir 2023-11-13 11:43:31 +03:00
parent 5b446b1137
commit 2ca6e2c358
1 changed files with 2 additions and 2 deletions

View File

@ -3959,8 +3959,8 @@ citus_internal_database_command(PG_FUNCTION_ARGS)
else
{
ereport(ERROR, (errmsg("citus_internal_database_command() can only be used "
"for CREATE DATABASE and DROP DATABASE commands by "
"Citus.")));
"for CREATE DATABASE and DROP DATABASE commands by "
"Citus.")));
}
/* rollback GUCs to the state before this session */