Re: plpgsql

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: feblec <carvalho(at)ig(dot)com(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: plpgsql
Date: 2000-12-12 16:20:39
Message-ID: 200012121620.eBCGKer23485@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

feblec wrote:
>consultas=# CREATE FUNCTION spread(text)
...
>consultas-# LANGUAGE 'plpgsql';
>ERROR: Unrecognized language specified in a CREATE
>FUNCTION: 'plpgsql'. Recognized languages are sql, C, internal and the
>created procedural languages.

create function plpgsql_call_handler() returns opaque
as '/usr/local/pgsql/lib/plpgsql.so' <-- or wherever
language 'C';

create trusted procedural language 'plpgsql'
handler plpgsql_call_handler
lancompiler 'PL/pgSQL';

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Be of good courage, and he shall strengthen your
heart, all ye that hope in the LORD."
Psalms 31:24

Browse pgsql-sql by date

  From Date Subject
Next Message Blaise Carrupt 2000-12-12 16:49:48 Re: SQL Query using time
Previous Message Nikhil G. Daddikar 2000-12-12 14:20:03 Decimal vs.Numeric vs. Int & type for OID