Re: [ADMIN] problem with pg_dump and pg_restore

2004-04-21 Thread Anjan Dave
Sent: Wednesday, April 21, 2004 12:06 PM To: Grega Bremec Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Fischer Ulrich Subject: Re: [ADMIN] problem with pg_dump and pg_restore When I tried to use the 7.3.2 dump, and use 7.4.1 import, I had several issues- mostly with data. I actually had to dump wit

Re: [ADMIN] problem with pg_dump and pg_restore

2004-04-21 Thread Corey . Brune
um.si> cc: [EMAIL PROTECTED] Sent by: Subject: Re: [ADMIN] problem with pg_dump and pg_restore [EMA

Re: [ADMIN] problem with pg_dump and pg_restore

2004-04-21 Thread Fischer Ulrich
The schema/data separation is higly recommended in the HowTo of tsearch2. Thanks for your idea, I'l try it! Ulrich Grega Bremec wrote: ...and on Wed, Apr 21, 2004 at 02:46:54PM +0200, Fischer Ulrich used the keyboard: Hi I try to move my datas from a postresql 7.3.2 to a postgresql 7.4.1. The

Re: [ADMIN] problem with pg_dump and pg_restore

2004-04-21 Thread Grega Bremec
...and on Wed, Apr 21, 2004 at 02:46:54PM +0200, Fischer Ulrich used the keyboard: > Hi > > I try to move my datas from a postresql 7.3.2 to a postgresql 7.4.1. The > database was dumped with: > > pg_dumpall -g GLOBALobjects.sql > pg_dump -s DATABASE > DBschema.sql > pg_dump -Fc DATABASE >