Re: quick question abt pg_dump and restore - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: quick question abt pg_dump and restore
Date
Msg-id 4784D511.10507@iol.ie
Whole thread Raw
In response to quick question abt pg_dump and restore  ("Josh Harrison" <joshques@gmail.com>)
Responses Re: quick question abt pg_dump and restore
List pgsql-general
On 09/01/2008 14:02, Josh Harrison wrote:

> When restoring the pg_dumped data thro psql does the rows of the table
> are restored in the same order? ie for example if
> Table A has rows r1,r2,r3,r4,r5 in this order, then if I pg_dump and
> restore it to another database, will it have the rows in the same order
> r1,r2,r3,r4,r5? Does this apply to big tables also?

If you use the text dump format, you can see the order in which the rows
are restored.

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: "Josh Harrison"
Date:
Subject: quick question abt pg_dump and restore
Next
From: "A. Kretschmer"
Date:
Subject: Re: quick question abt pg_dump and restore