projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0df50
)
Update for to_char change.
author
Tom Lane
<
[email protected]
>
Sat, 8 Apr 2000 02:02:26 +0000
(
02:02
+0000)
committer
Tom Lane
<
[email protected]
>
Sat, 8 Apr 2000 02:02:26 +0000
(
02:02
+0000)
src/test/regress/expected/int8-exp-three-digits.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/int8-exp-three-digits.out
b/src/test/regress/expected/int8-exp-three-digits.out
index 0cbea91454bbcf255bbc09c87ba7c1157a681e4b..562655bf4402549cb9d61eaad764a8b9f58b74f8 100644
(file)
--- 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