Re: Experience with many schemas vs many databases - Mailing list pgsql-general

From Peter Hunsberger
Subject Re: Experience with many schemas vs many databases
Date
Msg-id cc159a4a0911160757x65c58252h9daa4adaaf2479a6@mail.gmail.com
Whole thread Raw
In response to Re: Experience with many schemas vs many databases  (undisclosed user <lovetodrinkpepsi@gmail.com>)
List pgsql-general
On Sun, Nov 15, 2009 at 3:45 PM, undisclosed user
<lovetodrinkpepsi@gmail.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

pgsql-general by date:

Previous
From: Amitabh Kant
Date:
Subject: Re: Comparing bit in an integer field
Next
From: Alvaro Herrera
Date:
Subject: Re: What is the correct way to extract values from an int8 array in SPI?