Re: Functions in CHECK constraint not getting dumped before tables.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Functions in CHECK constraint not getting dumped before tables.
Date: 2004-02-01 22:34:03
Message-ID: 3105.1075674843@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> It is found that pg_dump does not dump function referred in CHECK
> constraint definations before dumping the table defination . As a result
> the tables
> do not get restored due to lack of defined functions.

> Is it something that will be worked upon in future ?

This is fixed in CVS tip.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Manuel Tejada 2004-02-02 01:24:25 Re: PostgreSQL 7.4.1 and pgdb.py
Previous Message Gaetano Mendola 2004-02-01 21:58:37 Re: PostgreSQL 7.4.1 and pgdb.py