Re: Experience with many schemas vs many databases

From: Peter Hunsberger <peter(dot)hunsberger(at)gmail(dot)com>
To: undisclosed user <lovetodrinkpepsi(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Experience with many schemas vs many databases
Date: 2009-11-16 15:57:24
Message-ID: cc159a4a0911160757x65c58252h9daa4adaaf2479a6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Nov 15, 2009 at 3:45 PM, undisclosed user
<lovetodrinkpepsi(at)gmail(dot)com> wrote:
> Backing up data by user is required for my solution. A lot of times, users
> screw up and they want to rollback to a previous state.

In that case, being able to revert the state of an application should
be part of the application (and database) design and not rely on
database: history tables, etc...

--
Peter Hunsberger

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-11-16 16:25:31 Re: What is the correct way to extract values from an int8 array in SPI?
Previous Message Amitabh Kant 2009-11-16 15:45:24 Re: Comparing bit in an integer field