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 parentfd0df50 commit6a2d926Copy full SHA for 6a2d926
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'
273
| - 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 . 0 0 0
274
(5 rows)
275
276
-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;
277
to_char_16 | to_char
278
------------+-----------------------------------------------------------
279
| text 9999 "text between quote marks" 456