> -----Original Message-----
> From: Joel Fradkin [mailto:jfradkin@wazagua.com]
> Sent: 02 September 2005 15:44
> To: Dave Page
> Cc: pgsql-odbc@postgresql.org
> Subject: RE: [ODBC] figuring out why I am having this issue
>
> The patch fixed the other issue (my sql was 8k so fixing
> connect did the
> trick).
> I manually applied the changes is there an easier way?
Something like:
patch -p0 < patch.diff
I generally do that sort of thing from an Msys prompt.
Or, because I've committed it to CVS, you can now just do a CVS update.
> Again I appreciate all the help, I will test more to see if
> any other issues
> come up, but at least my initial problem with the FE driver
> seems to not be
> a problem in libpq land.
:-)
/D