Re: SPAM-LOW: Re: If Statement - Mailing list pgsql-novice

From Tom Lane
Subject Re: SPAM-LOW: Re: If Statement
Date
Msg-id 21834.1170615979@sss.pgh.pa.us
Whole thread Raw
In response to Re: SPAM-LOW: Re: If Statement  ("Greg Quinn" <greg@officium.co.za>)
List 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 by date:

Previous
From: "Greg Quinn"
Date:
Subject: Re: SPAM-LOW: Re: If Statement
Next
From: "Phillip Smith"
Date:
Subject: Re: If Statement