Fix typo in error message.

Per Euler Taveira de Oliveira.
This commit is contained in:
Tom Lane 2011-09-07 13:29:26 -04:00
parent a7d9203cc4
commit 99155aaa33
1 changed files with 1 additions and 1 deletions

View File

@ -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,