Re: Edit data on the data output tab

From: Michael Shapiro <mshapiro51(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 20:51:46
Message-ID: CAGCvxeawEPJyrjtzs112UHn9LFaqF4Q4VQmcPps+oJ6sGBfm0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

One idea is to provide a dialog that asks for the table and columns to use
for the insert stmts.
That way the user can define the insert without having to actually export
the data and write scripts to produce the inserts
And it would allow inserts into different tables than were used in the
select.

On Thu, Jul 19, 2012 at 2:30 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info>wrote:

> On Thu, 2012-07-19 at 11:39 -0300, Nelson A. de Oliveira wrote:
> > Hi!
> >
> > We can edit the data from a table by using View Data → View Filtered
> > Rows, but we can't edit the same data when running the same query in
> > the SQL Editor.
> > Is it possible to be able to edit the data when viewing it via the
> > Data Output in the SQL Editor too?
> >
>
> 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")
>
>
> --
> Guillaume
> http://blog.guillaume.lelarge.info
> http://www.dalibo.com
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Michal Kozusznik 2012-07-20 11:03:25 Export data from data view
Previous Message Guillaume Lelarge 2012-07-19 20:28:05 Re: problem with empty arguments of trigger procedure