BUG #2214: release.sgml - Migration to version 8.1 - Mailing list pgsql-bugs

From ISHIDA Akio
Subject BUG #2214: release.sgml - Migration to version 8.1
Date
Msg-id 20060126115530.DB0A1F0A2F@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #2214: release.sgml - Migration to version 8.1
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: "Tiago D. J."
Date:
Subject: BUG #2211: select (1::float-1::float)*(-1) = -0 ??
Next
From: "Sokolov Yura"
Date:
Subject: BUG #2215: Cannot restore backup cause of view's representaion