Skip to content
Snippets Groups Projects
Commit 99155aaa authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo in error message.

Per Euler Taveira de Oliveira.
parent a7d9203c
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ DefineCollation(List *names, List *parameters)
if (!collcollate)
ereport(ERROR,
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
errmsg("parameter \"lc_collate\" parameter must be specified")));
errmsg("parameter \"lc_collate\" must be specified")));
if (!collctype)
ereport(ERROR,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment