mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add serial comma and quoting to message
This commit is contained in:
@ -1263,8 +1263,8 @@ NIImportOOAffixes(IspellDict *Conf, const char *filename)
|
||||
else if (STRNCMP(s, "default") != 0)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_CONFIG_FILE_ERROR),
|
||||
errmsg("Ispell dictionary supports only default, "
|
||||
"long and num flag value")));
|
||||
errmsg("Ispell dictionary supports only \"default\", "
|
||||
"\"long\", and \"num\" flag value")));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user