mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Assorted message improvements
This commit is contained in:
@ -52,7 +52,7 @@ validateWithCheckOption(char *value)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("invalid value for \"check_option\" option"),
|
||||
errdetail("Valid values are \"local\", and \"cascaded\".")));
|
||||
errdetail("Valid values are \"local\" and \"cascaded\".")));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user