Re: [NOVICE] Insert Only Postgresql

Поиск
Список
Период
Сортировка
От Brandon Aiken
Тема Re: [NOVICE] Insert Only Postgresql
Дата
Msg-id F8E84F0F56445B4CB39E019EF67DACBA2F1C8D@exchsrvr.winemantech.com
обсуждение исходный текст
Ответы Re: Insert Only Postgresql
Re: [NOVICE] Insert Only Postgresql
Список pgsql-general

Sure.  Any RDBMS can do that.  Just create a user account (login role for PostgreSQL) and only grant the INSERT privilege to them on your tables, then connect with that account with your program.  Any DELETE or UPDATE statements will automatically fail.

 

--

Brandon Aiken

CS/IT Systems Engineer


From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Solomon Asare
Sent: Friday, September 08, 2006 4:51 PM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] Insert Only Postgresql

 

Hi All,
pls, is there an Insert only version of postgreql or any other known database? NO deletes, no updates. Inserts only! Any leads, please?

Best Regards,
solomon.

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Determining right size for max_fsm_pages on large setup?
Следующее
От: "Karen Hill"
Дата:
Сообщение: Re: Stored Procedure performance / elegance question