mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix typo in error message.
Per Euler Taveira de Oliveira.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user