Hi all. I'm new with PostgreSQL and this is my
first post, so easy on me... :)
I'm thinking of using the native procedural
language and triggers to keep an audit trail. For editing changes, we only
keep a log of the modified fields and we create a record for each modified
value. The audit
Here's a basic question. On working with
backing up and restoring it seems like if I keep on doing it in a row,
the backup file size keeps on increasing in size. It almost doubles in size for
every backup/restore. I want the restore the backup to overwrite the database
and not add to it. Is