Обсуждение: BUG #2214: release.sgml - Migration to version 8.1

Поиск
Список
Период
Сортировка

BUG #2214: release.sgml - Migration to version 8.1

От
"ISHIDA Akio"
Дата:
The following bug has been logged online:

Bug reference:      2214
Logged by:          ISHIDA Akio
Email address:      iakio@mono-space.net
PostgreSQL version: 8.1.2
Operating system:   Linux
Description:        release.sgml - Migration to version 8.1
Details:

./doc/src/sgml/release.sgml
*** ./doc/src/sgml/release.sgml.orig    2006-01-06 12:00:06.000000000 +0900
--- ./doc/src/sgml/release.sgml 2006-01-26 20:44:50.000000000 +0900
***************
*** 632,638 ****
      ' SET DEFAULT ' ||
      regexp_replace(d.adsrc,
                     $$val\(\(('[^']*')::text\)::regclass$$,
!                    $$val\(\1$$,
                     'g') ||
      ';'
  FROM    pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d
--- 632,638 ----
      ' SET DEFAULT ' ||
      regexp_replace(d.adsrc,
                     $$val\(\(('[^']*')::text\)::regclass$$,
!                    $$val(\1$$,
                     'g') ||
      ';'
  FROM    pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d

Re: BUG #2214: release.sgml - Migration to version 8.1

От
Bruce Momjian
Дата:
Thanks.  This has been fixed already and will be in the next release.

---------------------------------------------------------------------------

ISHIDA Akio wrote:
>
> The following bug has been logged online:
>
> Bug reference:      2214
> Logged by:          ISHIDA Akio
> Email address:      iakio@mono-space.net
> PostgreSQL version: 8.1.2
> Operating system:   Linux
> Description:        release.sgml - Migration to version 8.1
> Details:
>
> ./doc/src/sgml/release.sgml
> *** ./doc/src/sgml/release.sgml.orig    2006-01-06 12:00:06.000000000 +0900
> --- ./doc/src/sgml/release.sgml 2006-01-26 20:44:50.000000000 +0900
> ***************
> *** 632,638 ****
>       ' SET DEFAULT ' ||
>       regexp_replace(d.adsrc,
>                      $$val\(\(('[^']*')::text\)::regclass$$,
> !                    $$val\(\1$$,
>                      'g') ||
>       ';'
>   FROM    pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d
> --- 632,638 ----
>       ' SET DEFAULT ' ||
>       regexp_replace(d.adsrc,
>                      $$val\(\(('[^']*')::text\)::regclass$$,
> !                    $$val(\1$$,
>                      'g') ||
>       ';'
>   FROM    pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073