Re: Updatable views: any decent front-ends?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Updatable views: any decent front-ends?
Дата
Msg-id dm7c4c$iio$1@sea.gmane.org
обсуждение исходный текст
Ответ на Updatable views: any decent front-ends?  ("Bath, David" <dave.bath@unix.net>)
Список pgsql-sql
Bath, David wrote on 24.11.2005 23:57:
> While I can happily create rules on views to allow inserts, updates
> and deletes, I can't find a GUI front-end that understands that the
> view allows record edits that I can run on linux (whether through X
> or web-based doesn't matter) and simply open the relation and edit
> data without designing horrible forms with lots of code.
> 
> I note that MS-Access allows this, as it asks for the field(s) that
> are unique and can be used for updating when you "attach" a table,
> but I don't have (or want) a Windows box or MS-Office.
> 
> So....
> 1) Does anybody know of a tool that allows easy editing of data in
>    views?

You might want to try my SQL Workbench:

http://www.sql-workbench.net

It will not auto-detect the key columns for updating the view, but it 
will allow you to select them manually if needed (for update/delete). 
Maybe I'll add automatic detection of the keys in the near future (if I 
find the time)

It is written in Java (Swing) and thus should (and does) work on Linux.

Whether it qualifies as "decent" is up to you :)


Thomas



В списке pgsql-sql по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: does indexes need statistics?
Следующее
От: Stéphane RIFF
Дата:
Сообщение: Re: LISTEN/NOTIFY