1
0
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:
Peter Eisentraut
2016-07-12 18:37:34 -04:00
parent b9fc9f7c3c
commit 5d4050064b

View File

@ -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")));
}
}