mirror of
https://github.com/postgres/postgres.git
synced 2025-05-16 00:02:54 -04:00
Remove extraneous backslash from 'fixseq.sql' example --- mea culpa
certainly. Per report from George Woodring.
This commit is contained in:
parent
db55a807de
commit
34b0ac6ada
@ -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:
|
Typical markup:
|
||||||
|
|
||||||
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user