syntax question

From: Marc Millas <marc(dot)millas(at)mokadb(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: syntax question
Date: 2021-06-03 18:58:03
Message-ID: CADX_1aa=8woWOoOzo0iMjvkFkJC1=31+fziMaAUfFu4u7d0_xg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
www.mokadb.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2021-06-03 19:01:08 Re: syntax question
Previous Message Vijaykumar Jain 2021-06-03 18:44:34 Re: max_connections