Re: BUG #10836: Rule with RETURNING claims incorrect type

From: Matthias Raffelsieper <hoschiraffel(at)freenet(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #10836: Rule with RETURNING claims incorrect type
Date: 2014-07-03 09:12:28
Message-ID: 53B51E7C.7020706@freenet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 07/02/2014 18:45, Tom Lane wrote:
> Matthias Raffelsieper <hoschiraffel(at)freenet(dot)de> writes:
>> It would however have helped if I had gotten back the expected type and
>> the actually provided type; even in verbose mode this was not supplied.
>
> Yeah, I came to the same conclusion. I've done something about this:
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=7980ab30ecf36162699f138697e2ff5589d9063e
>

Wow, that was fast, thanks a lot. I just had the time to check it out
and I believe that this also helps in other cases where one might mix up
the RETURNING columns.

Thanks again,
Matt

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Mark Kirkwood 2014-07-03 09:16:56 Alter system and reload causes bogus complaints about setting changes
Previous Message christian 2014-07-03 07:53:43 BUG #10847: Connection.setSavepoint()/releaseSavepoint() is not thread-safe