Re: Incremental Dump - Mailing list pgsql-novice

From Herbie McDuck
Subject Re: Incremental Dump
Date
Msg-id 009001c33c04$3c35f250$0a0ca8c0@FAAMSPROJECT
Whole thread Raw
In response to Incremental Dump  ("Herbie McDuck" <herbie@faams.net>)
List pgsql-novice
Well Tom, the two databases are production and development. The table create
sequence should be the same.

Thanks for the insight !!

Herbie McDuck

----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Herbie McDuck" <herbie@faams.net>
Cc: <pgsql-novice@postgresql.org>
Sent: Thursday, June 26, 2003 6:52 AM
Subject: Re: [NOVICE] Incremental Dump


> "Herbie McDuck" <herbie@faams.net> writes:
> > Is there a proceedure to allow one to compare the database structure of
a
> > deployed database against a developmenmt database to note any structural
> > change in one or more tables?
>
> I'd try pg_dump -s (schema only) and diff the two dumps.  You might have
> to do some fooling around if objects were created in different orders in
> the two databases, though, since that would affect the dump order.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Incremental Dump
Next
From: Nabil Sayegh
Date:
Subject: Re: Incremental Dump