Re: ERROR: table row type and query-specified row type do not match - Mailing list pgsql-general

From Patryk Kordylewski
Subject Re: ERROR: table row type and query-specified row type do not match
Date
Msg-id fb8ejs$2ehj$1@news.hub.org
Whole thread Raw
In response to ERROR: table row type and query-specified row type do not match  (Patryk Kordylewski <pk@imos.net>)
Responses Re: ERROR: table row type and query-specified row type do not match
List pgsql-general
Patryk Kordylewski wrote:
> Hi Tom,
>
> we are running PostgreSQL 8.2.4.
>
> Tom Lane wrote:
>> Patryk Kordylewski <pk@imos.net> writes:
>>> can someone help/explain me why i get this error when i try to make
>>> an update on that view? It seems that something is wrong with the
>>> subselect.
>>> http://fooby.imosnet.de/error.txt
>>
>> AFAICT, this works for me, so either you left something important out of
>> your example or you're looking at an already-fixed bug.  What PG version
>> is that?
>>
>>             regards, tom lane
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 3: Have you checked our extensive FAQ?
>>
>>                http://www.postgresql.org/docs/faq
>>

I made a test-case which is not working for me. Perhaps something wrong
with the SELECT DISTINCT ON () syntax when i specify more then 1 column?

At first this was working when i specified only one column in the SELECT
DISTINCT ON-clause, then i inserted a dummy column "second_distinct" and
put it into the clause and it's not working anymore.

PG Version: 8.2.4

http://fooby.imosnet.de/not_working.txt

Thanks for help,
Patryk

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: E_BAD_ACCESS with palloc/pfree in base type
Next
From: Rainer Bauer
Date:
Subject: Re: Removing pollution from log files