Re: [GENERAL] GUI to edit a table's content

2009-08-28 Thread Thomas Kellerer
Gauthier, Dave, 28.08.2009 16:08: H.. I didn't see anything in http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools that stood out in terms of being able to edit table content in a GUI. Maybe MSACCESS, but my PG DB is served on Linux. The question is: what do you mean wit

Re: [GENERAL] GUI to edit a table's content

2009-08-28 Thread Gauthier, Dave
general-ow...@postgresql.org] On Behalf Of Thomas Kellerer Sent: Thursday, August 27, 2009 5:32 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] GUI to edit a table's content Gauthier, Dave wrote on 27.08.2009 23:17: > Are there any GUI apps out there that can be used to edit

Re: [GENERAL] GUI to edit a table's content

2009-08-27 Thread Thomas Kellerer
Gauthier, Dave wrote on 27.08.2009 23:17: Are there any GUI apps out there that can be used to edit (insert, update, delete) table data? SOmething with enough smarts to sniff out constraint violations and report accordingly. Also, ability to eval constraints at commit time inside a transactio

[GENERAL] GUI to edit a table's content

2009-08-27 Thread Gauthier, Dave
Are there any GUI apps out there that can be used to edit (insert, update, delete) table data? SOmething with enough smarts to sniff out constraint violations and report accordingly. Also, ability to eval constraints at commit time inside a transaction (option to rollback of course). Thanks f