View Single Post

   
  #2 (permalink)  
Old 04-17-2008, 09:15 PM
Tom Lane
 
Posts: n/a
Default Re: PERFORM statement question

"Keith Worthington" <keithw@narrowpathinc.com> writes:
> PERFORM SELECT peachtree.tbl_gl_account.account_id
> FROM peachtree.tbl_gl_account
> WHERE peachtree.tbl_gl_account.account_id =
> rcrd_gl_account.account_id;


You just want "PERFORM peachtree...", that is, the PERFORM keyword
is syntactically a substitute for SELECT. The manual is not very
good about this :-( ... I've tried to make it clearer in the 8.0
docs.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote