summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Deolasee2015-07-02 07:29:35 +0000
committerPavan Deolasee2015-07-02 07:30:13 +0000
commit787a91f64a9c3abb73a7442d7f4fb2ddc860993a (patch)
tree78728b55b268d237ed678dd92479d20bbb84dfca
parentb79758ce085042a7fbf29827bb8bf7acfbfb31f5 (diff)
Fix expected output for testcase 'collate' now that error HINTs are sent
back to clients correctly
-rw-r--r--src/test/regress/expected/collate.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/expected/collate.out b/src/test/regress/expected/collate.out
index a1780c281b..6320a823f6 100644
--- a/src/test/regress/expected/collate.out
+++ b/src/test/regress/expected/collate.out
@@ -465,6 +465,7 @@ CREATE TABLE test_u AS SELECT a, b FROM collate_test1 UNION ALL SELECT a, b FROM
-- ideally this would be a parse-time error, but for now it must be run-time:
select x < y from collate_test10; -- fail
ERROR: could not determine which collation to use for string comparison
+HINT: Use the COLLATE clause to set the collation explicitly.
select x || y from collate_test10; -- ok, because || is not collation aware
?column?
----------