Re: SUMMARY mysql -> psql

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: SUMMARY mysql -> psql
Дата
Msg-id 200309100923.46874.dev@archonet.com
обсуждение исходный текст
Ответ на SUMMARY mysql -> psql  (expect <expect@ihubbell.com>)
Ответы Re: SUMMARY mysql -> psql
Список pgsql-general
On Wednesday 10 September 2003 03:33, expect wrote:
> CREATE TABLE outbound (
>     source character(100) DEFAULT '',
>     destination character(100) DEFAULT '',
>     sport integer DEFAULT 0 NOT NULL,
>     dport integer DEFAULT 0 NOT NULL,
>     "time" timestamp without time zone DEFAULT now() NOT NULL,
>     id bigint DEFAULT nextval('serial'::text) NOT NULL
> );

I'm guessing it's too late in the day to change it now, but I'd be sorely
tempted to rename that "time" column to something else (otime?)
--
  Richard Huxton
  Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Temp tables and copy
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Adding header nam to any table