Re: Preserving data after updates - Mailing list pgsql-general

From Tom Lane
Subject Re: Preserving data after updates
Date
Msg-id 4039.1116517941@sss.pgh.pa.us
Whole thread Raw
In response to Preserving data after updates  (Berend Tober <btober@seaworthysys.com>)
Responses Re: Preserving data after updates
List pgsql-general
Berend Tober <btober@seaworthysys.com> writes:
> But after doing a dump of  the modified data base, the script created by
> pg dump wants to recreate the history table as
> ...
>   CONSTRAINT person_name_check CHECK (((last_name IS NOT NULL) OR
> (first_name IS NOT NULL))),

Hmm, it shouldn't do that ... and in a quick test here I couldn't
reproduce any such bug.  What version of pg_dump are you using?

            regards, tom lane

pgsql-general by date:

Previous
From: lister
Date:
Subject: Re: Shared memory and FreeBSD's jail()
Next
From: Berend Tober
Date:
Subject: Re: Postgres in government