Gauthier, Dave, 28.08.2009 16:08:
> Hmmmm.. 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 with "edit in a GUI". e.g. with Squirrel or SQL Workbench/J you can run "SELECT *
FROMmy_table" and edit the contents of the result directly.
Are you talking about something different?
Thomas