Re: Autosave in the SQL Editor

Поиск
Список
Период
Сортировка
От Adam Scott
Тема Re: Autosave in the SQL Editor
Дата
Msg-id CA+s62-PwwtadUTBLNsXsmx-UptO42BqS0-aHvpV0MGYzt8qJ+w@mail.gmail.com
обсуждение исходный текст
Ответ на Autosave in the SQL Editor  (Vinicius Santos <vinicius.santos.lista@gmail.com>)
Ответы Re: Autosave in the SQL Editor  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
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 another method may be just to make sure the file's privileges are for the user only. 

Adam


On Mon, Aug 6, 2012 at 5:22 PM, Vinicius Santos <vinicius.santos.lista@gmail.com> wrote:
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?

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

Предыдущее
От: Vinicius Santos
Дата:
Сообщение: Autosave in the SQL Editor
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Autosave in the SQL Editor