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

doc/src/sgml/release.sgml

index d34a8f32f299a1cfad7d6f0ccdc6d2a9fd59c613..4796c39e215ec17b3899759ae7d245ec8252d833 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.17 2006/01/06 03:00:06 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.18 2006/01/12 18:09:42 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