Re: writing a function without installing a language - Mailing list pgsql-general

From Adrian Klaver
Subject Re: writing a function without installing a language
Date
Msg-id 200805161628.51607.aklaver@comcast.net
Whole thread Raw
In response to writing a function without installing a language  ("${spencer}" <spence91@gmail.com>)
List 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 by date:

Previous
From: "Kerri Reno"
Date:
Subject: Re: triggers: dynamic references to fields in NEW and OLD?
Next
From: Tom Lane
Date:
Subject: Re: Pg_dump version mismatch