From: | "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Ron Snyder" <snyder(at)roguewave(dot)com>, <pgsql-general(at)postgresql(dot)org>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Using views and MS access via odbc |
Date: | 2002-05-04 14:09:23 |
Message-ID: | EKEJJICOHDIEMGPNIFIJOEEHHLAA.Inoue@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
>
> "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> writes:
> > If you'd not like to change the behavior, I would change it, OK ?
>
> To what? I don't want to simply undo the 7.2 change.
What I'm thinking is the following makeshift fix.
I expect it solves Ron's case though I'm not sure.
Returning UPDATE 0 seem to make no one happy.
regards,
Hiroshi Inoue
*** postgres.c.orig Thu Feb 28 08:17:01 2002
--- postgres.c Sat May 4 22:53:03 2002
***************
*** 805,811 ****
if (DebugLvl > 1)
elog(DEBUG, "ProcessQuery");
! if (querytree->originalQuery)
{
/* original stmt can override default tag string */
ProcessQuery(querytree, plan, dest, completionTag);
--- 805,811 ----
if (DebugLvl > 1)
elog(DEBUG, "ProcessQuery");
! if (querytree->originalQuery || length(querytree_list) == 1)
{
/* original stmt can override default tag string */
ProcessQuery(querytree, plan, dest, completionTag);
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-05-04 15:08:07 | Re: On Distributions In 7.2.1 |
Previous Message | Darko Prenosil | 2002-05-04 12:34:47 | Re: Foxpro |
From | Date | Subject | |
---|---|---|---|
Next Message | Justin Clift | 2002-05-04 14:21:41 | Re: Native Windows, Apache Portable Runtime |
Previous Message | mlw | 2002-05-04 13:46:05 | Native Windows, Apache Portable Runtime |