Re: psql vs. pgadmin3 was:can't get UPDATE ... RETURNING ... INTO ... to compile successfully

From: Marc Balmer <marc(at)msys(dot)ch>
To: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql vs. pgadmin3 was:can't get UPDATE ... RETURNING ... INTO ... to compile successfully
Date: 2008-08-23 17:56:48
Message-ID: 20080823175648.GH11429@mail.msys.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Ivan Sergio Borgonovo wrote:
> On Fri, 22 Aug 2008 18:34:53 -0600
> "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> wrote:
>
> > 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.
>
> Is there any secret I don't know?
> I mostly use pgadmin because:
> 1) It is easier to cut and paste code and results
> 2) It's easier to open several connections
> 3) you've the object structure to navigate

The pgadmin3 version I use has some annoying bugs: If I want to
add privileges to an object, it does not show me all roles in
the corresponding drop down box.

I am using version 1.8.2. Is that fixed in a newer version?

>
> But I miss psql auto completion.
>
> I know I can call an external editor that would make cut&paste
> easier in psql but I'll lose autocompletion and I've had some issues
> with pgadmin search&replace and regexp, so I definitively would
> enjoy psql more... but what about the rest?
>
> --
> Ivan Sergio Borgonovo
> http://www.webthatworks.it
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2008-08-23 18:52:16 Re: [GENERAL] Surprising syntax error
Previous Message Scott Marlowe 2008-08-23 17:41:41 Re: psql vs. pgadmin3 was:can't get UPDATE ... RETURNING ... INTO ... to compile successfully