From 49cbef79479095caa5c8174b5d198265817c7856 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 27 Nov 2004 21:27:08 +0000 Subject: Update of conformance information to SQL:2003 by Troels Arvin, Simon Riggs, Elein Mustain Make spelling of SQL standard names uniform. --- doc/src/sgml/ref/drop_sequence.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/drop_sequence.sgml') diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml index 6d8d4084a22..f519ebedee7 100644 --- a/doc/src/sgml/ref/drop_sequence.sgml +++ b/doc/src/sgml/ref/drop_sequence.sgml @@ -1,5 +1,5 @@ @@ -82,7 +82,7 @@ DROP SEQUENCE serial; Compatibility - There is no DROP SEQUENCE statement in the SQL standard. + DROP SEQUENCE conforms with SQL:2003. -- cgit v1.2.3