Re: creating a function with another function

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: creating a function with another function
Дата
Msg-id 20091012194157.GH14810@fetter.org
обсуждение исходный текст
Ответ на creating a function with another function  (Dave Huber <DHuber@letourneautechnologies.com>)
Ответы Re: creating a function with another function
Список 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 по дате отправления:

Предыдущее
От: Dave Huber
Дата:
Сообщение: creating a function with another function
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: creating a function with another function