Re: PERFORM statement question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PERFORM statement question
Дата
Msg-id 12813.1103245699@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PERFORM statement question  ("Keith Worthington" <keithw@narrowpathinc.com>)
Список pgsql-novice
"Keith Worthington" <keithw@narrowpathinc.com> writes:
>          PERFORM SELECT peachtree.tbl_gl_account.account_id
>                    FROM peachtree.tbl_gl_account
>                   WHERE peachtree.tbl_gl_account.account_id =
> rcrd_gl_account.account_id;

You just want "PERFORM peachtree...", that is, the PERFORM keyword
is syntactically a substitute for SELECT.  The manual is not very
good about this :-( ... I've tried to make it clearer in the 8.0
docs.

            regards, tom lane

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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: basic download and setup questions
Следующее
От: "Keith Worthington"
Дата:
Сообщение: Re: PERFORM statement question