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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy