syntax question - Mailing list pgsql-general

From Marc Millas
Subject syntax question
Date
Msg-id CADX_1aa=8woWOoOzo0iMjvkFkJC1=31+fziMaAUfFu4u7d0_xg@mail.gmail.com
Whole thread Raw
Responses Re: syntax question
List pgsql-general
Hi,

within a function, I want to create another function.
no pb.
but if I write:
declare bidule text;
begin
bidule:='myfunc';
create function bidule() ...


it does create a function named bidule and not myfunc.
so I am obviously missing something too obvious.

can someone help ?
thanks



Marc MILLAS
Senior Architect
+33607850334

pgsql-general by date:

Previous
From: Vijaykumar Jain
Date:
Subject: Re: max_connections
Next
From: Bruce Momjian
Date:
Subject: Re: syntax question