Re: Preserving data after updates

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Berend Tober <btober(at)seaworthysys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Preserving data after updates
Date: 2005-05-19 15:52:21
Message-ID: 4039.1116517941@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Berend Tober <btober(at)seaworthysys(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dawid Kuroczko 2005-05-19 15:56:27 Re: Count and Results together
Previous Message lister 2005-05-19 15:49:28 Re: Shared memory and FreeBSD's jail()

Browse pgsql-hackers by date

  From Date Subject
Next Message Berend Tober 2005-05-19 16:03:18 Re: Preserving data after updates
Previous Message Volkan YAZICI 2005-05-19 15:50:57 Re: 8.02 rpm error