]> granicus.if.org Git - postgresql/commitdiff
Remove extraneous backslash from 'fixseq.sql' example --- mea culpa
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jan 2006 18:09:24 +0000 (18:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jan 2006 18:09:24 +0000 (18:09 +0000)
certainly.  Per report from George Woodring.

doc/src/sgml/release.sgml

index cb4e12ff9858e09a7c52706fde552ecfd2ce5dce..5ef340572269c01e5f91211251f6576735d5982c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.417 2006/01/06 02:59:57 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.418 2006/01/12 18:09:24 tgl Exp $
 
 Typical markup:
 
@@ -632,7 +632,7 @@ SELECT  'ALTER TABLE ' ||
     ' SET DEFAULT ' ||
     regexp_replace(d.adsrc,
                    $$val\(\(('[^']*')::text\)::regclass$$,
-                   $$val\(\1$$,
+                   $$val(\1$$,
                    'g') ||
     ';'
 FROM    pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d