Re: [GENERAL] quick question abt pg_dump and restore
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
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
Received on Wed Jan 9 09:16:46 2008
This archive was generated by hypermail 2.1.8
: Mon Jun 16 2008 - 23:40:18 EDT
|