Index of /postgresql-8.2.5/postgres/sql-dropsequence.html |
PostgreSQL 8.2.5 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
Do not throw an error if the sequence does not exist. A notice is issued in this case.
The name (optionally schema-qualified) of a sequence.
Automatically drop objects that depend on the sequence.
Refuse to drop the sequence if any objects depend on it. This is the default.
DROP SEQUENCE conforms to the SQL standard, except that the standard only allows one sequence to be dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL extension.
HIVE: All information for read only. Please respect copyright! |