Re: diff's between creations of tables - Mailing list pgsql-general

From Dr. Evil
Subject Re: diff's between creations of tables
Date
Msg-id 20010726053647.25804.qmail@sidereal.kz
Whole thread Raw
In response to diff's between creations of tables  ("G.L. Grobe" <gary@grobe.net>)
List pgsql-general
They are both the same, as far as I know.  I usually make my table
definition file like this:

DROP SEQUENCE mytable_number_seq;
DROP TABLE mytable;
CREATE TABLE mytable (
       number SERIAL
);


pgsql-general by date:

Previous
From: "G.L. Grobe"
Date:
Subject: diff's between creations of tables
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Good random numbers in PG? And crypto-wishlist