Re: SUMMARY mysql -> psql

From: expect <expect(at)ihubbell(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SUMMARY mysql -> psql
Date: 2003-09-10 15:43:49
Message-ID: 20030910084349.3ce5272e.expect@ihubbell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 10 Sep 2003 09:23:46 +0100
Richard Huxton <dev(at)archonet(dot)com> wrote:

> 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?)

Never too late, this is a little pet project. I'm trying to make a util,
written to work with MySql, to work with Pgql.

It's called Link-n-Log (int that cute) and it's for logging the in/out
traffic from a Linksys fw/router befsr4xx. http://link-n-log.sourceforge.net

Now I wonder if anyone here has done any Pgql stuff with Qt from
( http://trolltech.com )??

> --
> Richard Huxton
> Archonet Ltd
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-09-10 15:44:28 Re: Constructing column from different individual fields in
Previous Message Guy Fraser 2003-09-10 15:40:13 Re: Picture with Postgres and Delphi