front end

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: front end
Date: 2003-04-15 16:00:42
Message-ID: a05111b00bac1db155606@[192.168.0.14]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all,

I'm new to this list, new to PostgreSQL, and new to UNIX.

I'm writing a front-end in REALbasic (RB) on Mac OS X for psql. RB
comes with a psql plugin, but I find it unreliable and extremely
slow. I needs one and a half hour to display 30,000 records of two
fields for instance.

Therefore I want to write my own 'connection code'. I have achieved
a tcp/ip socket connection with the psql server yet, but I don't know
which characters psql expects next to feed it a password, user name,
and database name. (Or even before that if you need to perhaps
request a session id or so.)

I spent several hours searching on the psql site, but didn't find the
specs on this.

Anyone?

Thanks,

Marc

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2003-04-16 04:57:21 Re: front end
Previous Message Oliver Elphick 2003-04-15 15:00:26 Re: Remote logging in postgres