Visual DATA editor for PostgreSQL?

Lists: pgsql-general
From: Dmitry Koterov <dmitry(at)koterov(dot)ru>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Visual DATA editor for PostgreSQL?
Date: 2009-12-31 00:51:53
Message-ID: d7df81620912301651u18aa6a6dx73a08fbaed179ac9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hello.

Is there a GUI utility to visually edit Postgres DATA (not a database
schema!), which allows at least:
- insert/update rows using screen windowed forms (possibly ugly
auto-generated forms, but - still forms)
- insert foreign key references by selecting them from a list (not by typing
the keys manually)
- work with multi-line text fields (textarea) for TEXT columns

There is a lot of DB development tools around (e.g. I like EMS PostgreSQL
Manager). But a developer tool is handy for a database STRUCTURE editing,
and when we need to modify its DATA quickly, these tools are not too useful.


From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: dmitry(at)koterov(dot)ru
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Visual DATA editor for PostgreSQL?
Date: 2009-12-31 01:13:16
Message-ID: 4B3BFAAC.6000507@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On 31/12/2009 8:51 AM, Dmitry Koterov wrote:
> Hello.
>
> Is there a GUI utility to visually edit Postgres DATA (not a database
> schema!), which allows at least:
> - insert/update rows using screen windowed forms (possibly ugly
> auto-generated forms, but - still forms)
> - insert foreign key references by selecting them from a list (not by
> typing the keys manually)
> - work with multi-line text fields (textarea) for TEXT columns
>
> There is a lot of DB development tools around (e.g. I like EMS
> PostgreSQL Manager). But a developer tool is handy for a database
> STRUCTURE editing, and when we need to modify its DATA quickly, these
> tools are not too useful.

It sounds like you want something like Microsoft Access, or
OpenOffice.org Base.

Beware that Access isn't very nice to use with non-Microsoft databases.
Its ODBC interface is a bit painful, and you'll need Visual Basic
workarounds to properly handle things like primary key generation.

OpenOffice.org base is just so buggy that I've never bothered fully
evaluating it for anything.

--
Craig Ringer


From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Visual DATA editor for PostgreSQL?
Date: 2009-12-31 07:47:38
Message-ID: 4B3C571A.8050900@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Dmitry Koterov wrote:
> Hello.
>
> Is there a GUI utility to visually edit Postgres DATA (not a database
> schema!), which allows at least:
> - insert/update rows using screen windowed forms (possibly ugly
> auto-generated forms, but - still forms)
> - insert foreign key references by selecting them from a list (not by
> typing the keys manually)
> - work with multi-line text fields (textarea) for TEXT columns
>
> There is a lot of DB development tools around (e.g. I like EMS
> PostgreSQL Manager). But a developer tool is handy for a database
> STRUCTURE editing, and when we need to modify its DATA quickly, these
> tools are not too useful.
Lightning Admin has a form view when editing data and shows text fields
as multi line in the form view and in the data grid itself.

Later,

Tony


From: Dmitry Koterov <dmitry(at)koterov(dot)ru>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Visual DATA editor for PostgreSQL?
Date: 2009-12-31 12:46:26
Message-ID: d7df81620912310446v166f9784u463eadb2b86edbdf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Thanks, but seems Lightning Admin does not support foreign keys choice (at
least, its demo version).
Any other solutions?

On Thu, Dec 31, 2009 at 10:47 AM, Tony Caduto <
tony_caduto(at)amsoftwaredesign(dot)com> wrote:

> Dmitry Koterov wrote:
>
>> Hello.
>>
>> Is there a GUI utility to visually edit Postgres DATA (not a database
>> schema!), which allows at least:
>> - insert/update rows using screen windowed forms (possibly ugly
>> auto-generated forms, but - still forms)
>> - insert foreign key references by selecting them from a list (not by
>> typing the keys manually)
>> - work with multi-line text fields (textarea) for TEXT columns
>>
>> There is a lot of DB development tools around (e.g. I like EMS PostgreSQL
>> Manager). But a developer tool is handy for a database STRUCTURE editing,
>> and when we need to modify its DATA quickly, these tools are not too useful.
>>
> Lightning Admin has a form view when editing data and shows text fields as
> multi line in the form view and in the data grid itself.
>
> Later,
>
>
> Tony
>
>
> --
> 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
>


From: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
To: dmitry(at)koterov(dot)ru
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Visual DATA editor for PostgreSQL?
Date: 2010-01-02 10:41:01
Message-ID: m2y6kgyeki.fsf@hi-media.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Dmitry Koterov <dmitry(at)koterov(dot)ru> writes:
> Is there a GUI utility to visually edit Postgres DATA (not a database schema!), which allows at least:
> - insert/update rows using screen windowed forms (possibly ugly auto-generated forms, but - still forms)
> - insert foreign key references by selecting them from a list (not by typing the keys manually)
> - work with multi-line text fields (textarea) for TEXT columns

Have you tried Kexi yet?

http://kexi-project.org/

Regards,
--
dim