Re: Escape patch applied

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Escape patch applied
Дата
Msg-id 42BEA462.4070704@dunslane.net
обсуждение исходный текст
Ответ на Escape patch applied  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Escape patch applied  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches

Bruce Momjian wrote:

>I have applied the E'' escape patch to CVS head.
>
>

You missed one regression fix: int8-exp-three-digits.out:

================== pgsql.26432/src/test/regress/regression.diffs ===================
*** ./expected/int8-exp-three-digits.out    Sun Jun 26 02:04:42 2005
--- ./results/int8.out    Sun Jun 26 03:34:16 2005
***************
*** 280,286 ****
              |  -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;
   to_char_16 |                          to_char
  ------------+-----------------------------------------------------------
              |       text      9999     "text between quote marks"   456
--- 280,286 ----
              |  -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, E'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

======================================================================


cheers

andrew






В списке pgsql-patches по дате отправления:

Предыдущее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: limiting connections per user/database
Следующее
От: Petr Jelínek
Дата:
Сообщение: Re: limiting connections per user/database