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

From Josh Harrison
Subject quick question abt pg_dump and restore
Date
Msg-id 8d89ea1d0801090602g6bee16c0na5718cdf6b5096ae@mail.gmail.com
Whole thread Raw
Responses Re: quick question abt pg_dump and restore  (Raymond O'Donnell <rod@iol.ie>)
Re: quick question abt pg_dump and restore  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-general
Hi,
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?
Thanks
josh

pgsql-general by date:

Previous
From: Ashish Karalkar
Date:
Subject: Re: Insert waiting for update?
Next
From: Raymond O'Donnell
Date:
Subject: Re: quick question abt pg_dump and restore