Re: Dropping tables - Mailing list pgsql-general

From Ed Loehr
Subject Re: Dropping tables
Date
Msg-id 394900B6.D77A911E@austin.rr.com
Whole thread Raw
In response to Dropping tables  (Hrvoje Niksic <hniksic@iskon.hr>)
List pgsql-general
Ron Peterson wrote:
>
> Hrvoje Niksic wrote:
> >
> > DROP TABLE does not seem to allow me to fully drop a table.  Example:
> >
> > test=# CREATE TABLE x (id SERIAL);
> > NOTICE:  CREATE TABLE will create implicit sequence 'x_id_seq' for SERIAL column 'x.id'
> > NOTICE:  CREATE TABLE/UNIQUE will create implicit index 'x_id_key' for table 'x'CREATE
> >
> > Huh?  What is this?  Oh, x_id_key somehow survived DROP TABLE.
> > Bummer.  Maybe I can use DROP INDEX to drop it?
>
> Close.  Try DROP SEQUENCE.

And this is a known gotcha (I now actually consider it a feature, if a bit unintuitive):

http://www.postgresql.org/docs/postgres/datatype.htm#AEN946

Regards,
Ed Loehr

pgsql-general by date:

Previous
From: Ed Loehr
Date:
Subject: Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?
Next
From: Jim Mercer
Date:
Subject: Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?