Remove extraneous backslash from 'fixseq.sql' example --- mea culpa
authorTom Lane <[email protected]>
Thu, 12 Jan 2006 18:09:42 +0000 (18:09 +0000)
committerTom Lane <[email protected]>
Thu, 12 Jan 2006 18:09:42 +0000 (18:09 +0000)
certainly.  Per report from George Woodring.

doc/src/sgml/release.sgml

index ba4549922083a065caf0e3269215028ae5363857..7380bcb86d12e9d3b112edca2c17eaf650eb998f 100644 (file)
@@ -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