Re: I must be blind...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: I must be blind...
Дата
Msg-id 9224.1024090558@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: I must be blind...  (Joe Conway <mail@joeconway.com>)
Ответы Re: I must be blind...
Re: I must be blind...
Список pgsql-general
Joe Conway <mail@joeconway.com> writes:
> I don't think you can use PERFORM like that. Try:

Actually I believe he can; after looking at the manual I realized that
the problem is that PERFORM is syntactically a substitute for SELECT.
In other words he needed to write

    PERFORM 1 FROM orders ...
not
    PERFORM SELECT 1 FROM orders ...

            regards, tom lane

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: large database on postgres
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: I must be blind...