diff options
| author | Pavan Deolasee | 2015-06-10 09:31:34 +0000 |
|---|---|---|
| committer | Pavan Deolasee | 2015-06-10 09:31:34 +0000 |
| commit | 93064048119535deb5b7f8914c1ad672014a2b64 (patch) | |
| tree | 9d5bab10af6777406826b21512b75fac235c8d2a | |
| parent | 24d9a8e781a27c1839caee4d8d839d85aa263a34 (diff) | |
Fix alternate expected output file for test case 'case'
| -rw-r--r-- | src/test/regress/expected/case_1.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/case_1.out b/src/test/regress/expected/case_1.out index 0cd8be719a..3a798f7b5b 100644 --- a/src/test/regress/expected/case_1.out +++ b/src/test/regress/expected/case_1.out @@ -167,7 +167,7 @@ SELECT '' AS "Five", -- -- NULLIF() and COALESCE() -- Shorthand forms for typical CASE constructs --- defined in the SQL92 standard. +-- defined in the SQL standard. -- SELECT * FROM CASE_TBL WHERE COALESCE(f,i) = 4; i | f |
