allow select from void function in void sql function - Mailing list pgsql-patches

From Pavel Stehule
Subject allow select from void function in void sql function
Date
Msg-id BAY20-F3EE19CFC8F2ACED5D35A6F9E70@phx.gbl
Whole thread Raw
Responses Re: allow select from void function in void sql function  ("Jaime Casanova" <systemguards@gmail.com>)
List pgsql-patches
Hello

this small patch allow use sql for creating wrappers others void functions.
Currently void SQL function have to be empty.

create or replace function foo(int) returns void as ' ','' language c ..;
create or replace function foo() returns void as $$ select foo(10);
$$language sql;

regards
Pavel

_________________________________________________________________
Emotikony a pozadi programu MSN Messenger ozivi vasi konverzaci.
http://messenger.msn.cz/

Attachment

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: About the structure of WAL Files.
Next
From: Peter Eisentraut
Date:
Subject: Re: farsi translation: file fa_IR.po updated.