From 44430dbc1500e850b82247b05f0d72cc3e3a9ee8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 16 Oct 2003 23:46:17 +0000 Subject: Fix bugs in referential_constraints view. --- doc/src/sgml/information_schema.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') 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 @@ - + The Information Schema @@ -2146,7 +2146,7 @@ ORDER BY c.ordinal_position; Update rule of the foreign key constraint: CASCADE, SET NULL, - SET DEFAULT, RESTRICT,or + SET DEFAULT, RESTRICT, or NO ACTION. @@ -2157,7 +2157,7 @@ ORDER BY c.ordinal_position; Delete rule of the foreign key constraint: CASCADE, SET NULL, - SET DEFAULT, RESTRICT,or + SET DEFAULT, RESTRICT, or NO ACTION. -- cgit v1.2.3