PREPARE function

From: ionFreeman(at)gmail(dot)com (Ion Chalmers Freeman)
To: pgsql-novice(at)postgresql(dot)org
Subject: PREPARE function
Date: 2004-11-02 18:25:40
Message-ID: e1fe5cb7.0411021025.3cdb496b@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

So, I wrote a little function. Yay! I went to the dbExperts prompt
(I'm on Windows XP) and created it. Yay! Now, I'd like to run it.
> \i pg_MyFile.sql
this bit works great. But, the next bit, I'm having a problem with.
Say my function name was redefeat and it took one varchar.
> prepare redefeat(varchar);
doesn't work; nor does
> prepare vote (varchar) as redefeat;
or
> prepare(execute redefeat('Bush');
What is the syntax for prepare? The man page is not sufficiently clear
for me. Here it is:
http://www.postgresql.org/docs/7.4/interactive/sql-prepare.html
Please help! What would the syntax be?
Ion

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2004-11-02 18:34:46 Re: three table join
Previous Message Kumar S 2004-11-02 17:56:04 Re: three table join