This is a discussion on Re: Implementing IPv6 ... within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Dave Page wrote: > > > >>-----Original Message----- >>From: pgsql-odbc-owner@postgresql.org >>[mailto gsql-odbc-owner@postgresql.org] On Behalf Of >>Hans-Jürgen Schönig >>Sent: 11 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dave Page wrote: > > > >>-----Original Message----- >>From: pgsql-odbc-owner@postgresql.org >>[mailto >>Hans-Jürgen Schönig >>Sent: 11 August 2005 21:05 >>To: "mailto >>Subject: [ODBC] Implementing IPv6 ... >> >>Folks, >> >>This patch implements IPv6 for some widespread platforms. >>It has been tested on Linux. Maybe some people will have the time to >>test some other platforms. > > > Hi Hans, > > Did you realise the driver now uses libpq rather than it's own code for the comms stuff? > > In theory it should work with ipv6 already, though I haven't tried it. > > Regards, Dave hi dave, yes, i have seen that. you are talking about odbc ng, right? however, it would be nice to have this patch inside the old odbc driver as one of my customers has built a large application on top of it. a minor change inside the old driver is easier to handle than using a different odbc driver (large customer, large installations, etc. ...). maybe we can find a way to incooperate that into the old version. best regards, hans -- Cybertec Geschwinde & Schönig GmbH Schöngrabern 134; A-2020 Hollabrunn Tel: +43/1/205 10 35 / 340 www.postgresql.at, www.cybertec.at ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| > > hi dave, > > yes, i have seen that. you are talking about odbc ng, right? No. ODBCng is a complete rewrite from scratch and it does NOT use libPQ. We just released Alpha1 which can be found on pgfoundry. Sincerely, Joshua D. Drake > > however, it would be nice to have this patch inside the old odbc driver > as one of my customers has built a large application on top of it. a > minor change inside the old driver is easier to handle than using a > different odbc driver (large customer, large installations, etc. ...). > > maybe we can find a way to incooperate that into the old version. > > best regards, > > hans > > -- Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240 PostgreSQL Replication, Consulting, Custom Programming, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/ ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |