Re: plpgsql, rowtype and dropped columns

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql, rowtype and dropped columns
Date: 2003-06-11 16:42:34
Message-ID: Pine.LNX.4.21.0306111740220.2332-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 11 Jun 2003, Tom Lane wrote:

> "Nigel J. Andrews" <nandrews(at)investsystems(dot)co(dot)uk> writes:
> > Can it be that I'm the only one to have hit this problem that dropped
> > columns are still included in rowtypes?
>
> No, you're not. This is a known deficiency. AFAIR no one has come up
> with a workable solution yet.

Hmmmm...I don't remember seeing any messages about that. Sorry for the noise
[again].

I haven't looked at the code so I presume from that comment it's not as simple
as I thought it might be, i.e. there isn't a loop somewhere constructing a
tupleDesc where the isdropped flag can ge tested.

--
Nigel J. Andrews

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-06-11 16:49:09 Re: Postgres performance comments from a MySQL user
Previous Message nolan 2003-06-11 16:42:09 Re: Postgres performance comments from a MySQL user