plpgsql

Поиск
Список
Период
Сортировка
От Martin Marques
Тема plpgsql
Дата
Msg-id 200310181848.10063.martin@bugs.unl.edu.ar
обсуждение исходный текст
Ответы Re: plpgsql
Re: plpgsql
Список pgsql-general
We are trying to make some things work with plpgsql. The problem is that I
built several functions that call one another, and I thought that the way of
calling it was just making the assign:

var:=func1(arg1,arg2);

which gave me an error near ")".

Now if I did the same, but like this:

PERFORM ''SELECT func1(arg1,arg2)'';

it didn't give the error anymore. The problem was that the other function
(func1()) aparently didn't get executed (logs stop at the PERFORM).

Am I doing something wrong?

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telemática
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: 7.4b4 domain usage and select question
Следующее
От: "culley harrelson"
Дата:
Сообщение: convert string function and built-in conversions