mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix message style
Mark one message not for translation, and prefer "cannot" over "may not", per commentary from Robert Haas. Discussion: https://postgr.es/m/20190430145813.GA29872@alvherre.pgsql
This commit is contained in:
@ -110,7 +110,7 @@ NOTICE: drop cascades to index grect2ind2
|
||||
-- prevent empty values
|
||||
SET default_table_access_method = '';
|
||||
ERROR: invalid value for parameter "default_table_access_method": ""
|
||||
DETAIL: default_table_access_method may not be empty.
|
||||
DETAIL: default_table_access_method cannot be empty.
|
||||
-- prevent nonexistant values
|
||||
SET default_table_access_method = 'I do not exist AM';
|
||||
ERROR: invalid value for parameter "default_table_access_method": "I do not exist AM"
|
||||
|
Reference in New Issue
Block a user