Re: BUG #5757: PL/PGSQL composite variable field error reporting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrey Galkin" <andvgal(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5757: PL/PGSQL composite variable field error reporting
Date: 2010-11-18 17:53:29
Message-ID: 3851.1290102809@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Andrey Galkin" <andvgal(at)gmail(dot)com> writes:
> The following bug has been logged online:

> Bug reference: 5757
> Logged by: Andrey Galkin
> Email address: andvgal(at)gmail(dot)com
> PostgreSQL version: 9.0.1
> Operating system: Debian unstable
> Description: PL/PGSQL composite variable field error reporting
> Details:

> 1. Create a variable of composite type in PL/PGSQL function
> 2. Try to reference not existing field of the variable in some statement,
> like IF
> 3. Get "missing FROM-clause entry for table" error at runtime

Please provide a complete test-case, not a vague description.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2010-11-18 17:59:31 Re: BUG #5744: Debugging doesn't work in version 8.3.12 on windows.
Previous Message Andrey Galkin 2010-11-18 16:49:09 BUG #5757: PL/PGSQL composite variable field error reporting