Re: creating a function with another function - Mailing list pgsql-general

From David Fetter
Subject Re: creating a function with another function
Date
Msg-id 20091012194157.GH14810@fetter.org
Whole thread Raw
In response to creating a function with another function  (Dave Huber <DHuber@letourneautechnologies.com>)
Responses Re: creating a function with another function
List pgsql-general
On Mon, Oct 12, 2009 at 02:12:35PM -0500, Dave Huber wrote:
> Is it possible to execute a CREATE OR REPLACE FUNCTION with another
> function or even have a function modify itself?

Yes, but doing any of that is a sign that you're working with a broken
design.  That, or you're looking to make an entry in the International
Obfuscated Database Programming Contest ;)

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

pgsql-general by date:

Previous
From: Dave Huber
Date:
Subject: creating a function with another function
Next
From: Merlin Moncure
Date:
Subject: Re: creating a function with another function