Patch to add parameters' value to a function

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org, Dave Page <dpage(at)postgresql(dot)org>
Subject: Patch to add parameters' value to a function
Date: 2007-09-22 15:58:25
Message-ID: 46F53BA1.9080603@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi all,

Here is another patch to support this new PostgreSQL 8.3 feature : the
possibility to set/reset parameter value from a function (ALTER FUNCTION
x SET y=z ; ALTER FUNCTION x RESET y).

Once again, this patch would love to be on Dave's "shiny new unapplied
patches folder" :)

Regards.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

Attachment Content-Type Size
alterfunctionset.patch.bz2 application/octet-stream 3.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-09-23 10:21:59 Re: Patch to change owner of language
Previous Message Guillaume Lelarge 2007-09-22 15:55:43 Patch to change owner of language