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:      [EMAIL PROTECTED]
> 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

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to