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

From A. Kretschmer
Subject Re: quick question abt pg_dump and restore
Date
Msg-id 20080109141211.GE18331@a-kretschmer.de
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  ("Josh Harrison" <joshques@gmail.com>)
List pgsql-general
am  Wed, dem 09.01.2008, um  9:02:23 -0500 mailte Josh Harrison folgendes:
> 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?

No. If you need an order than you need an ORDER BY in the
SELECT-Statement.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: quick question abt pg_dump and restore
Next
From: Ivan Sergio Borgonovo
Date:
Subject: Re: count(*) and bad design was: Experiences with extensibility