diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-08 02:02:26 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-08 02:02:26 +0000 |
commit | 6a2d926933d6d67147f4b624b1401eebdd1c33ce (patch) | |
tree | dc1ddcc3a96be0958405237fa7b009db39615cbc | |
parent | fd0df5058a2fac568eaa121428851b1f9ab6ce71 (diff) |
Update for to_char change.
-rw-r--r-- | src/test/regress/expected/int8-exp-three-digits.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/int8-exp-three-digits.out b/src/test/regress/expected/int8-exp-three-digits.out index 0cbea91454b..562655bf440 100644 --- a/src/test/regress/expected/int8-exp-three-digits.out +++ b/src/test/regress/expected/int8-exp-three-digits.out @@ -273,7 +273,7 @@ SELECT '' AS to_char_15, to_char(q2, 'S 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 . 9 9 9' | - 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 . 0 0 0 (5 rows) -SELECT '' AS to_char_16, to_char(q2, '99999 text 9999 "9999" 999 "\\"text between quote marks\\"" 9999') FROM INT8_TBL; +SELECT '' AS to_char_16, to_char(q2, '99999 "text" 9999 "9999" 999 "\\"text between quote marks\\"" 9999') FROM INT8_TBL; to_char_16 | to_char ------------+----------------------------------------------------------- | text 9999 "text between quote marks" 456 |