Re: SPAM-LOW: Re: If Statement

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Quinn" <greg(at)officium(dot)co(dot)za>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: SPAM-LOW: Re: If Statement
Date: 2007-02-04 19:06:19
Message-ID: 21834.1170615979@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Greg Quinn" <greg(at)officium(dot)co(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Phillip Smith 2007-02-04 21:48:47 Re: If Statement
Previous Message Greg Quinn 2007-02-04 18:51:54 Re: SPAM-LOW: Re: If Statement