From e90b841915b5ea295af4c3863ddcf834c85a82f6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 12 Sep 2003 00:12:47 +0000 Subject: More cleanup of Diagnostics sections. --- doc/src/sgml/ref/create_sequence.sgml | 45 +---------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) (limited to 'doc/src/sgml/ref/create_sequence.sgml') diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 5a9210fbcd..089695b1bb 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -1,5 +1,5 @@ @@ -196,49 +196,6 @@ SELECT * FROM seqname; - - Diagnostics - - - - CREATE SEQUENCE - - - Message returned if the sequence was successfully created. - - - - - - ERROR: Relation 'seqname' already exists - - - A sequence, table, view, or index of the specified name already exists. - - - - - - ERROR: DefineSequence: MINVALUE (start) can't be >= MAXVALUE (max) - ERROR: DefineSequence: START value (start) can't be < MINVALUE (min) - - - The specified starting value is out of range. - - - - - - ERROR: DefineSequence: MINVALUE (min) can't be >= MAXVALUE (max) - - - The minimum and maximum values are inconsistent. - - - - - - Notes -- cgit v1.2.1