Re: ODBC Driver not allowing updates into views

From: Firas Khasawneh <Firas(dot)Khasawneh(at)sas(dot)com>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: ODBC Driver not allowing updates into views
Date: 2014-02-08 14:50:23
Message-ID: ed7cf9644e124db3a5673d8bbf290840@MERCMBX29R.na.SAS.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I am using Postgres 93 ODBC on Centos. so hopefully this is the latest. This is not an issue in JDBC but it seems a problem only in ODBC. If anybody have any suggestion or if Postgres is going to provide this feature that would be very helpful. We are at a point where we are dropping Postgres support from our product because of this.

From: John R Pierce [mailto:pierce(at)hogranch(dot)com]
Sent: Friday, February 07, 2014 3:45 PM
To: Firas Khasawneh
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [BUGS] ODBC Driver not allowing updates into views

On 2/7/2014 8:51 AM, Firas Khasawneh wrote:
I am using Postgres 9.3.2 and the application I am working on requires updating views, inserting into views and delete from views. None of these operation are working from ODBC.
The same are possible when connecting to the database via JDBC or psql.

Writable views is a fairly new feature in PostgreSQL, added in 9.3, I'm guessing the ODBC drivers haven't caught up with this yet.

It would be helpful to know what sort of ODBC driver you're using... there's ODBC on Unix systems, and Microsoft Windows ODBC, and I believe there's a couple different implementations of the PostgreSQL ODBC drivers for each of these environments.. Those ODBC drivers are not part of the core PostgreSQL project, and likely have their own bug lists.

(please reply to pgsql-bugs rather than me directly).

--

john r pierce 37N 122W

somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-02-08 20:25:11 Re: BUG #9148: generate invalid index (create index CONCURRENTLY ... )
Previous Message tiyukeji 2014-02-08 06:28:48 BUG #9148: generate invalid index (create index CONCURRENTLY ... )