Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-06 Thread Adam Scott
MySQL Workbench has a similar feature. This does pose an exposure to save sensitive information without the user knowing. How to solve this? A complicated development path: encrypt saved document. Of course any of the files the user saves should be privileged to that user (not group). So anot

[pgadmin-hackers] Autosave in the SQL Editor

2012-08-06 Thread Vinicius Santos
Hello, I started to implement the feature "autosave" present in many text editors. I would like to listen your opnions about this feature. I put a option "Minutes to save the document automatically" in the frmOptions. What do you think?