On 09/07/2013, at 2:20 PM, Mike Christensen <m...@kitchenpc.com> wrote:
> 
> PERFORM MyInsert(1,101,'2013-04-04','2013-04-04',2,'f' );
> 
> I get the error:
> 
> ERROR: syntax error at or near "PERFORM"
> SQL state: 42601
> Character: 1
> 
> Is the FAQ out of date or was this feature removed?  I'm using 9.2.1.  Thanks!

I believe PERFORM is a PL/pgSQL construct, not an SQL one. You'd need to 
execute it inside a function.

Cheers,

Tony


Reply via email to