Re: ODBC + Access not working for Foreign Table (FDW)

From: Cedric Berger <cedric(at)precidata(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC + Access not working for Foreign Table (FDW)
Date: 2014-10-03 13:18:54
Message-ID: 542EA23E.3070502@precidata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 03/10/14 15:07, Michael Paquier wrote:

> On Fri, Oct 3, 2014 at 9:52 PM, Cedric Berger <cedric(at)precidata(dot)com
> <mailto:cedric(at)precidata(dot)com>> wrote:
>
> strcat(tables_query, " where relkind in ('r', 'v')");
> should be modified to add the 'f' type.
> Is that correct?
>
> Close enough, there are a couple of extra things to consider though.
>
> Could someone have a look at that?
>
> Well, this has been raised not so long ago, resulting in the submission
> of a not-so-beautiful patch I have to say :)
> http://www.postgresql.org/message-id/CAB7nPqR0apHpiPAi4J2e3oR2jZ8MREyJAzxdWMjrr4h5PsRp4w@mail.gmail.com

Cool!

So what is the process here?

Is there something I can do to help that code (or sth similar)
getting checked in?

Thanks,
Cedric

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-10-06 12:47:09 Time for a new release?
Previous Message Michael Paquier 2014-10-03 13:07:48 Re: ODBC + Access not working for Foreign Table (FDW)