PostgreSQL Drop Sequence

The PostgreSQL Drop Sequence Tool allows users to select a sequenceSequence to be dropped. The tool then generates the SQL to drop the sequence.

Listed below is an example SQL statement generated by the Drop Sequence Tool.

DROP SEQUENCE public."TEST_SEQUENCE"

PostgreSQL Drop Sequence