Re: Re: Is it possible to set psql connection parameters before an ODBC connection?

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Lindsay Stevens <lindsay(dot)stevens(dot)au(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Re: Is it possible to set psql connection parameters before an ODBC connection?
Date: 2015-04-10 19:39:31
Message-ID: 552826F3.6030102@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 04/10/2015 07:16 PM, Lindsay Stevens wrote:
> Is there a way to submit a pull request to the psqlodbc git repo? I can't
> see a way to do that, and didn't hear back about the patch I circulated
> with my last post in this thread.

We don't use github or other such site that would handle pull requests
currently. Posting the patch to this mailing list, like you did, was the
right way to submit a patch. The psqlodbc community just isn't very
active, unfortunately.

I haven't had time to look at the patch in detail, but it looks
reasonable at a quick glance. What would be best, though, is to be able
to easily pass any libpq connection parameter. The driver should
automatically pass any options that it doesn't recognize itself to
libpq. There are a bunch of options in libpq that are currently not
supported by the driver, and I'm sure more will come in the future.

- Heikki

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Jade Koskela 2015-04-13 03:46:08 Re: crash bug on closed connection
Previous Message Lindsay Stevens 2015-04-10 16:16:46 Re: Re: Is it possible to set psql connection parameters before an ODBC connection?