We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbb3cce4 commit3cbd6bcCopy full SHA for 3cbd6bc
src/test/regress/expected/int8-exp-three-digits.out
@@ -280,7 +280,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'
280
| -4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 . 0 0 0
281
(5 rows)
282
283
-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,E'99999 "text" 9999 "9999" 999 "\\"text between quote marks\\"" 9999') FROM INT8_TBL;
284
to_char_16 | to_char
285
------------+-----------------------------------------------------------
286
| text 9999 "text between quote marks" 456