mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
More message style fixes
Discussion: https://postgr.es/m/20190515183005.GA26486@alvherre.pgsql
This commit is contained in:
@@ -129,7 +129,7 @@ parse_publication_options(List *options,
|
||||
else
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_SYNTAX_ERROR),
|
||||
errmsg("unrecognized publication parameter: %s", defel->defname)));
|
||||
errmsg("unrecognized publication parameter: \"%s\"", defel->defname)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user