mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix collate.linux.utf8 expected output for recent error message change.
Noted by Jeff Davis.
This commit is contained in:
@ -967,6 +967,7 @@ CREATE COLLATION test3 (lc_collate = 'en_US.utf8'); -- fail, need lc_ctype
|
|||||||
ERROR: parameter "lc_ctype" must be specified
|
ERROR: parameter "lc_ctype" must be specified
|
||||||
CREATE COLLATION testx (locale = 'nonsense'); -- fail
|
CREATE COLLATION testx (locale = 'nonsense'); -- fail
|
||||||
ERROR: could not create locale "nonsense": No such file or directory
|
ERROR: could not create locale "nonsense": No such file or directory
|
||||||
|
DETAIL: The operating system could not find any locale data for the locale name "nonsense".
|
||||||
CREATE COLLATION test4 FROM nonsense;
|
CREATE COLLATION test4 FROM nonsense;
|
||||||
ERROR: collation "nonsense" for encoding "UTF8" does not exist
|
ERROR: collation "nonsense" for encoding "UTF8" does not exist
|
||||||
CREATE COLLATION test5 FROM test0;
|
CREATE COLLATION test5 FROM test0;
|
||||||
|
Reference in New Issue
Block a user