PL/pgSQL RENAME functionality in TODOs

From: imad <immaad(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: PL/pgSQL RENAME functionality in TODOs
Date: 2007-01-30 18:59:05
Message-ID: 1f30b80c0701301059t4c418a8cyfde61cab8cae7d0@mail.gmail.com
Views: Raw Message | Whole Thread | 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