Re: HI

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "scotty" <scotty(at)linuxtime(dot)it>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: HI
Date: 2004-07-06 07:22:17
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40C3881@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: scotty [mailto:scotty(at)linuxtime(dot)it]
> Sent: 06 July 2004 08:52
> To: Dave Page
> Subject: RE: [ODBC] HI
>

Hi Scotty,

> I sow the link and I wish to learn about point 5:
>
> 5) SSL support should be added.
>
> Where I can see any kind of documentation to begin my work?

There is little documentation as nobody started any work yet :-(. I
think the first thing to consider, is whether it would be easier to
accommodate point 4 as well (upgrade to v3 protocol) at the same time as
adding SSL support by ripping out all the comms code and replacing it
with libpq. I'd really like to hear some opinions on that idea before
anything else is done, as not only would it solve both the current
problems, but it would also future-proof us against future protocol
changes.

The best bet for this one is simply to start looking at the code and try
figuring it out I think - I warn you though, this one is probably not
gonna be easy (though just adding SSL support to the current code is
probably the easiest option).

Some pointers:

V2 FE/BE Protocol:
http://www.postgresql.org/docs/7.3/static/protocol.html
V3 FE/BE Prococol:
http://www.postgresql.org/docs/7.4/static/protocol.html
psqlODBC source code:
http://gborg.postgresql.org/project/psqlodbc/cvs/cvs.php/psqlodbc
Libpq source code:
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/l
ibpq/

Regards, Dave.

Responses

  • Re: HI at 2004-07-06 13:31:06 from Tom Lane

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2004-07-06 13:31:06 Re: HI
Previous Message Dave Page 2004-07-05 14:12:04 Re: psqlodbc developer