Re: Submission of Feature Request : RFC- for Implementing Transparent Data Encryption in Postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Submission of Feature Request : RFC- for Implementing Transparent Data Encryption in Postgres
Дата
Msg-id 28301.1206909373@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Submission of Feature Request : RFC- for Implementing Transparent Data Encryption in Postgres  (sanjay sharma <sanksh@hotmail.com>)
Ответы Re: Submission of Feature Request : RFC- for Implementing Transparent Data Encryption in Postgres  ("Douglas McNaught" <doug@mcnaught.org>)
Список pgsql-hackers
sanjay sharma <sanksh@hotmail.com> writes:
> 1. Transparent Data Encryption: The column which needs to be stored in encrypted form can be specified through DDL.
Theencryption key can be stored in a  secure file accessible through a pass phrase. That particular column would apper
inencrypted form for all users except the users specified through a grant to see the data in decrypted form.
 

Exactly what threat do you see this protecting against, that wouldn't be
better solved by SQL-standard features like column-level access
permissions?
        regards, tom lane


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Cast as compound type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch : Global Prepared Statements