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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: ISHIDA Akio <iakio(at)mono-space(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2214: release.sgml - Migration to version 8.1
Date: 2006-01-26 16:16:38
Message-ID: 200601261616.k0QGGcC01073@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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(at)mono-space(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-26 17:09:15 Re: BUG #2215: Cannot restore backup cause of view's representaion
Previous Message Tom Lane 2006-01-26 16:15:36 Re: BUG #2211: select (1::float-1::float)*(-1) = -0 ??