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