| PostgreSQL 8.0.3 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Fast Forward | Next | |
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 with SQL:2003, except that the standard only allows one sequence to be dropped per command.
>