Commit 9484e14c authored by Tom Lane's avatar Tom Lane

Remove extraneous backslash from 'fixseq.sql' example --- mea culpa

certainly.  Per report from George Woodring.
parent 445144b8
<!-- <!--
$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: Typical markup:
...@@ -632,7 +632,7 @@ SELECT 'ALTER TABLE ' || ...@@ -632,7 +632,7 @@ SELECT 'ALTER TABLE ' ||
' SET DEFAULT ' || ' SET DEFAULT ' ||
regexp_replace(d.adsrc, regexp_replace(d.adsrc,
$$val\(\(('[^']*')::text\)::regclass$$, $$val\(\(('[^']*')::text\)::regclass$$,
$$val\(\1$$, $$val(\1$$,
'g') || 'g') ||
';' ';'
FROM pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d FROM pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment