Re: [GENERAL] can't drop sequence even though table is gone

2005-07-06 Thread Scott Marlowe
On Wed, 2005-07-06 at 15:54, Kevin Murphy wrote: > I'm using PG 8.0.3 on Mac OS X 10.4.1. > > I've dropped some tables that had associated sequences, but I am unable > to drop the sequences. I haven't noticed any errors or crashes. It > will be easy to rebuild the whole database. I'm just rep

Re: [GENERAL] can't drop sequence even though table is gone

2005-07-06 Thread Douglas McNaught
Kevin Murphy <[EMAIL PROTECTED]> writes: > Schema | Name | Type | Owner > +--+--+--- > public | seq_SML_sources_id | sequence | fable > public | seq_SML_symbols_id | sequence | fable > public | seq_Tag

[GENERAL] can't drop sequence even though table is gone

2005-07-06 Thread Kevin Murphy
I'm using PG 8.0.3 on Mac OS X 10.4.1. I've dropped some tables that had associated sequences, but I am unable to drop the sequences. I haven't noticed any errors or crashes. It will be easy to rebuild the whole database. I'm just reporting this because it seemed unusual. => \ds