Re: SPAM-LOW: Re: If Statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SPAM-LOW: Re: If Statement
Дата
Msg-id 21834.1170615979@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SPAM-LOW: Re: If Statement  ("Greg Quinn" <greg@officium.co.za>)
Список pgsql-novice
"Greg Quinn" <greg@officium.co.za> writes:
> Ok, then how do I make sure my query uses plpsql?

Queries, per se, don't use plpgsql.  It's a language for writing
functions in, so you have to create a function.  Look at the examples
in the manual, for instance on this page:
http://www.postgresql.org/docs/8.2/static/plpgsql-porting.html

            regards, tom lane

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

Предыдущее
От: "Greg Quinn"
Дата:
Сообщение: Re: SPAM-LOW: Re: If Statement
Следующее
От: "Phillip Smith"
Дата:
Сообщение: Re: If Statement