Re: How to drop all the sequences

From: Oleg Samoylov <olleg(at)telecom(dot)mipt(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to drop all the sequences
Date: 2003-02-21 08:04:16
Message-ID: 3E55DD80.3010900@telecom.mipt.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Arunachalam Jaisankar wrote:
> I found sequences are not getting dropped when tables are dropped. It is to=
> regards
> Jaisankar

In 7.3 sequence created automatically by serial field must be dropped
with table.

--
Olleg Samoylov

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2003-02-21 08:12:04 Re: Fw:
Previous Message Raymond Pau 2003-02-21 06:29:22 Re: How to make sequence skip existing key in table?