Re: [GENERAL] [NOVICE] Insert Only Postgresql

2006-09-08 Thread Merlin Moncure
On 9/8/06, Brandon Aiken <[EMAIL PROTECTED]> wrote: 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 automatical

Re: [GENERAL] [NOVICE] Insert Only Postgresql

2006-09-08 Thread Brandon Aiken
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 C