Re: plperlu user function.

From: Alex Hunsaker <badalex(at)gmail(dot)com>
To: David Harel <hareldvd(at)gmail(dot)com>
Cc: postgres sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: plperlu user function.
Date: 2010-05-18 21:36:27
Message-ID: AANLkTik7FrghRbQhu10Im8OaTSz70-8qRGJrx6HFwSUn@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, May 18, 2010 at 15:29, David Harel <hareldvd(at)gmail(dot)com> wrote:
> Greetings,
>
> I am trying to write a user function on the server to retrive image files.
> Currently I wrote the following:
> CREATE OR REPLACE FUNCTION perl_getfile(text)
>   RETURNS OID AS

I think you meant returns bytea or text or something... else

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tim Landscheidt 2010-05-18 22:20:32 Re: How to get CURRENT_DATE in a pl/pgSQL function
Previous Message David Harel 2010-05-18 21:29:40 plperlu user function.