Re: diff's between creations of tables

Поиск
Список
Период
Сортировка
От Dr. Evil
Тема Re: diff's between creations of tables
Дата
Msg-id 20010726053647.25804.qmail@sidereal.kz
обсуждение исходный текст
Ответ на diff's between creations of tables  ("G.L. Grobe" <gary@grobe.net>)
Список 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 по дате отправления: