Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9484e14

Browse files
committed
Remove extraneous backslash from 'fixseq.sql' example --- mea culpa
certainly. Per report from George Woodring.
1 parent 445144b commit 9484e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.417 2006/01/06 02:59:57 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.418 2006/01/12 18:09:24 tgl Exp $
33

44
Typical markup:
55

@@ -632,7 +632,7 @@ SELECT 'ALTER TABLE ' ||
632632
' SET DEFAULT ' ||
633633
regexp_replace(d.adsrc,
634634
$$val\(\(('[^']*')::text\)::regclass$$,
635-
$$val\(\1$$,
635+
$$val(\1$$,
636636
'g') ||
637637
';'
638638
FROM pg_namespace n, pg_class c, pg_attribute a, pg_attrdef d

0 commit comments

Comments
 (0)