Re: plperlu user function.

Поиск
Список
Период
Сортировка
От Alex Hunsaker
Тема Re: plperlu user function.
Дата
Msg-id AANLkTik7FrghRbQhu10Im8OaTSz70-8qRGJrx6HFwSUn@mail.gmail.com
обсуждение исходный текст
Ответ на plperlu user function.  (David Harel <hareldvd@gmail.com>)
Список pgsql-sql
On Tue, May 18, 2010 at 15:29, David Harel <hareldvd@gmail.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


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

Предыдущее
От: David Harel
Дата:
Сообщение: plperlu user function.
Следующее
От: Tim Landscheidt
Дата:
Сообщение: Re: How to get CURRENT_DATE in a pl/pgSQL function