[pgadmin-support] Feature request: On demand Configuration data save

2009-07-11 Thread Mark Murawski
It would be really really great if when you added a new server, or changed local settings, that it wrote out the config file. When pgadmin crashes, you lose any settings changes. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: htt

Re: [pgadmin-support] whoami server feedback (feature request)

2009-07-11 Thread Mark Murawski
Tabs would be cool! On 07/11/09 16:13, Erik Rijkers wrote: Hi, With several servers (e.g. 8.3, 8.4, 8.4devel) open in pgadmin's (1.10) main-screen (object-browser panel), it often becomes difficult to see where you are, because there is no feedback other than in the 'root' object (where the

[pgadmin-support] whoami server feedback (feature request)

2009-07-11 Thread Erik Rijkers
Hi, With several servers (e.g. 8.3, 8.4, 8.4devel) open in pgadmin's (1.10) main-screen (object-browser panel), it often becomes difficult to see where you are, because there is no feedback other than in the 'root' object (where the port is to be seen). With dozens of schemas, this means scroll

Re: [pgadmin-support] Unable to edit views

2009-07-11 Thread Mark Murawski
Well, All of my editable views have a unique identifier.  Navicat does warn you, that it will use an all old = new type of update when you edit. On 07/11/09 15:53, Dave Page wrote: On 7/11/09, Mark Murawski wrote: Feature request: Editing of editable views When you view the d

Re: [pgadmin-support] Unable to edit views

2009-07-11 Thread Dave Page
On 7/11/09, Mark Murawski wrote: > Feature request: Editing of editable views > > When you view the data on a view, nothing is editable. Navicat in windows > supports editing editable views by using an 'update where all columns = old > data, set new data' type of query. Yikes, thats pretty brok

[pgadmin-support] Unable to edit views

2009-07-11 Thread Mark Murawski
Feature request:  Editing of editable views When you view the data on a view, nothing is editable.  Navicat in windows supports editing editable views by using an 'update where all columns = old data, set new data' type of query. My projects heavily use editable views, and I'm constantly swit