PL/pgSQL RENAME functionality in TODOs

From: imad
To: pgsql-hackers
Subject: PL/pgSQL RENAME functionality in TODOs
Date: 2007-01-30 18:59:05
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was testing the following statement and found it working fine on
version 8.2.1.

"Fix RENAME to work on variables other than OLD/NEW"

I can rename just any variable declared in a PL block apart from
OLD/NEW. Is the TODOs list out of sync or I am missing the point here?

--Imad
www.EnterpriseDB.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-01-30 19:17:53 RI checks during UPDATEs
Previous Message Gregory Stark 2007-01-30 18:35:29 Re: Questions about parser code