Re: writing a function without installing a language

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: writing a function without installing a language
Дата
Msg-id 200805161628.51607.aklaver@comcast.net
обсуждение исходный текст
Ответ на writing a function without installing a language  ("${spencer}" <spence91@gmail.com>)
Список pgsql-general
On Friday 16 May 2008 7:56 am, ${spencer} wrote:
> is there a way to write a function without installing a specific
> language? all i need to do is write a function that can take 3 text's
> and put them into a list format (eg. "text1, text2 and text3" )
>
> can anyone help?

You can use C or SQL to write a function as they are "preinstalled".
See:
http://www.postgresql.org/docs/8.3/interactive/xfunc.html
--
Adrian Klaver
aklaver@comcast.net

В списке pgsql-general по дате отправления:

Предыдущее
От: "Kerri Reno"
Дата:
Сообщение: Re: triggers: dynamic references to fields in NEW and OLD?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Pg_dump version mismatch