|
|
|
@ -161,7 +161,7 @@ SELECT table_name, view_definition FROM information_schema.views |
|
|
|
WHERE table_name LIKE 'collview%' ORDER BY 1; |
|
|
|
WHERE table_name LIKE 'collview%' ORDER BY 1; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- collation propagation in various expression type |
|
|
|
-- collation propagation in various expression types |
|
|
|
|
|
|
|
|
|
|
|
SELECT a, coalesce(b, 'foo') FROM collate_test1 ORDER BY 2; |
|
|
|
SELECT a, coalesce(b, 'foo') FROM collate_test1 ORDER BY 2; |
|
|
|
SELECT a, coalesce(b, 'foo') FROM collate_test2 ORDER BY 2; |
|
|
|
SELECT a, coalesce(b, 'foo') FROM collate_test2 ORDER BY 2; |
|
|
|
|