Glen Parker <glene...@nwlink.com> writes:
> I can't drop a sequence.  I get the error "cannot drop sequence 
> <sequence name> because other objects depend on it".  I've tried to use 
> the pg_depend table to find out what object(s) depend on it, and have 
> found nothing.

What's the whole contents of the rows with refobjid matching the
sequence's OID?  In particular, classid::regclass would tell you
where to look for the dependent object.

> Any hints?  What type of objects can depend on a sequence?

Typically, the default expression for a serial column based on the
sequence.  It's a bit odd that the DROP doesn't tell you about it
though.

                        regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to