On Tue, May 27, 2008 at 9:24 AM, A B <gentosaker@xxxxxxxxx> wrote: > Whenever I use copy-paste to run code in a terminal window that is > running psql, and the code contains a row like > > IF FOUND THEN > > then I get the words > > ABORT CHECKPOINT COMMIT DECLARE EXECUTE [...] As others have noted, you have tabs in your sql source. I'd advise if possible, not to use the tab character in sql, for this and other reasons. merlin