syntax question

Поиск
Список
Период
Сортировка
От Marc Millas
Тема syntax question
Дата
Msg-id CADX_1aa=8woWOoOzo0iMjvkFkJC1=31+fziMaAUfFu4u7d0_xg@mail.gmail.com
обсуждение исходный текст
Ответы Re: syntax question
Список 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 по дате отправления:

Предыдущее
От: Vijaykumar Jain
Дата:
Сообщение: Re: max_connections
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: syntax question