mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Update expected/collate.linux.utf8.out for recent plpgsql changes.
This file was missed in commit 4c6cedd1b014abf2046886a9a92e10e18f0d658e.
This commit is contained in:
parent
45b7ab6b59
commit
759c95c45b
@ -859,7 +859,7 @@ SELECT mylt2('a', 'B') as f;
|
|||||||
SELECT mylt2('a', 'B' collate "C") as fail; -- conflicting collations
|
SELECT mylt2('a', 'B' collate "C") as fail; -- conflicting collations
|
||||||
ERROR: could not determine which collation to use for string comparison
|
ERROR: could not determine which collation to use for string comparison
|
||||||
HINT: Use the COLLATE clause to set the collation explicitly.
|
HINT: Use the COLLATE clause to set the collation explicitly.
|
||||||
CONTEXT: PL/pgSQL function "mylt2" line 6 at RETURN
|
CONTEXT: PL/pgSQL function mylt2(text,text) line 6 at RETURN
|
||||||
SELECT mylt2('a', 'B' collate "POSIX") as f;
|
SELECT mylt2('a', 'B' collate "POSIX") as f;
|
||||||
f
|
f
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user