summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-10-16 23:46:17 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-10-16 23:46:17 +0000
commit44430dbc1500e850b82247b05f0d72cc3e3a9ee8 (patch)
tree899d1b8d4ada933a89606321f41585e516660cc8 /doc/src
parent4a48c671d27346215ded9e32a0a22696a23928b0 (diff)
Fix bugs in referential_constraints view.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/information_schema.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index c4b619e4e59..cd1ecdd40a7 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.9 2003/09/20 20:12:05 tgl Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.10 2003/10/16 23:46:17 petere Exp $ -->
<chapter id="information-schema">
<title>The Information Schema</title>
@@ -2146,7 +2146,7 @@ ORDER BY c.ordinal_position;
<entry>
Update rule of the foreign key constraint:
<literal>CASCADE</literal>, <literal>SET NULL</literal>,
- <literal>SET DEFAULT</literal>, <literal>RESTRICT</literal>,or
+ <literal>SET DEFAULT</literal>, <literal>RESTRICT</literal>, or
<literal>NO ACTION</literal>.
</entry>
</row>
@@ -2157,7 +2157,7 @@ ORDER BY c.ordinal_position;
<entry>
Delete rule of the foreign key constraint:
<literal>CASCADE</literal>, <literal>SET NULL</literal>,
- <literal>SET DEFAULT</literal>, <literal>RESTRICT</literal>,or
+ <literal>SET DEFAULT</literal>, <literal>RESTRICT</literal>, or
<literal>NO ACTION</literal>.
</entry>
</row>