Re: Anybody see the post?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Anybody see the post?
Дата
Msg-id 23555.1045581530@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Anybody see the post?  (Weiping He <laser@zhengmai.com.cn>)
Список pgsql-general
Weiping He <laser@zhengmai.com.cn> writes:
>      it seems PERFORM won't affect result status while doing
>      SELECT ... query, but EXECUTE do.

It works for me.

>          raise notice '' SQL: % '', qry;
> --      execute qry;
>          perform qry;

This should give you an error.  perform doesn't take a string
expression.  You want something more like

    perform t FROM test where ...

            regards, tom lane

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

Предыдущее
От: "Mark Cave-Ayland"
Дата:
Сообщение: 7.3.1 takes long time to vacuum table?
Следующее
От: Richard Welty
Дата:
Сообщение: Re: Handling users