Re: Edit data on the data output tab

From: Claudio Freire <klaussfreire(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: "Nelson A(dot) de Oliveira" <naoliv(at)gmail(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Edit data on the data output tab
Date: 2012-07-19 19:51:26
Message-ID: CAGTBQpZSCD8PiJN5kEW6As==ta=BztYL44nY+tO4e1PCuvmSAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Thu, Jul 19, 2012 at 4:30 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> No. And I don't see how we would be able to do that. Even if you simply
> do a "SELECT * FROM something", that "something" may be many thing: a
> table of course, but also a view, a foreign table.
>
> So, no, sorry. (no as in "not me")

A few simple queries against pg_class, pg_constraint and pg_attribute
could answer whether it's possible to edit in-place and how (find
PKs), but the required queries would be bothersome against slow
connections, and would have to be executed for each query because each
case will be somewhat unique.

Somehow, though a useful feature, I cannot see a way to implement it
in a useful and non-intrusive way.

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-07-19 20:28:05 Re: problem with empty arguments of trigger procedure
Previous Message Guillaume Lelarge 2012-07-19 19:30:29 Re: Edit data on the data output tab