Re: writing a function without installing a language

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "${spencer}" <spence91(at)gmail(dot)com>
Subject: Re: writing a function without installing a language
Date: 2008-05-16 23:28:51
Message-ID: 200805161628.51607.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)comcast(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-05-17 00:19:09 Re: Pg_dump version mismatch
Previous Message Kerri Reno 2008-05-16 23:17:27 Re: triggers: dynamic references to fields in NEW and OLD?