Re: Re: can't get UPDATE ... RETURNING ... INTO ... to compile successfully - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Re: can't get UPDATE ... RETURNING ... INTO ... to compile successfully
Date
Msg-id dcc563d10808221734m7c087e18ne12a69e0bb36d71e@mail.gmail.com
Whole thread Raw
In response to Re: can't get UPDATE ... RETURNING ... INTO ... to compile successfully  (Dale <harris_da@yahoo.com.au>)
Responses psql vs. pgadmin3 was:can't get UPDATE ... RETURNING ... INTO ... to compile successfully
List pgsql-general
On Wed, Aug 20, 2008 at 11:25 PM, Dale <harris_da@yahoo.com.au> wrote:
>  This afternoon I'm
> starting to notice that pgAdmin III for Windows sometimes gives
> erratic error messages when there is no error or the error is actually
> different.  I know this because when I recompile after moving the
> cursor, the messages change.  Maybe my issue was created by pgAdmin
> rather than PostgreSQL.

Glad you got your problem resolved.  I have to admit I tend to mostly
use psql to interact with postgres.  Nothing against PGAdmin III, it's
good software.  I just tend to feel more comfy scripting things than
clicking things.  Whether you're using pgadmin III or psql, it's
important that you have the right version.  For pgadmin it's usually
best to always have the latest version, and with psql the one that
matches your db.

pgsql-general by date:

Previous
From: James Neff
Date:
Subject: Re: function SETOF return type with variable columns?
Next
From: David Fetter
Date:
Subject: Re: Ranking?