mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Message style improvements
This commit is contained in:
@ -992,7 +992,7 @@ createdb(ParseState *pstate, const CreatedbStmt *stmt)
|
||||
else
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("invalid create database strategy %s", strategy),
|
||||
errmsg("invalid create database strategy \"%s\"", strategy),
|
||||
errhint("Valid strategies are \"wal_log\", and \"file_copy\".")));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user