Re: SUMMARY mysql -> psql - Mailing list pgsql-general

From Richard Huxton
Subject Re: SUMMARY mysql -> psql
Date
Msg-id 200309100923.46874.dev@archonet.com
Whole thread Raw
In response to SUMMARY mysql -> psql  (expect <expect@ihubbell.com>)
Responses Re: SUMMARY mysql -> psql  (expect <expect@ihubbell.com>)
List 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 by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Temp tables and copy
Next
From: Richard Huxton
Date:
Subject: Re: Adding header nam to any table