Re: [pgadmin-hackers] Misc topics

2004-06-23 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 22 June 2004 22:02 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Misc topics > > > I really want to leave this to experts, calling psql themselves. &

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Andreas Pflug
Dave Page wrote: Been doing it that way since 6.3 (before pg_restore existed iirc). I keep doing it that way because there are no real space issues for me, and if I ever need to restore a system from backup, I can upgrade at the same time and still be able to massage the dump file into the new ver

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 22 June 2004 20:39 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Misc topics > > > So why don't you use tar or compressed format? The Restore >

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Andreas Pflug
Dave Page wrote: I see what's happening. I dump things in text format more often than not, and that's what it's barfing on. I think that needs to be handled a lttle more cleanly when we release - perhaps check the file format before passing it to pg_restore, Ok, chec

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 22 June 2004 17:10 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Misc topics > > Dave Page wrote: > > > > > > >I see what's happening. I dump things in text format more often than > >not, and that's wha

[pgadmin-hackers] Misc topics

2004-06-22 Thread Andreas Pflug
Dave Page wrote: I see what's happening. I dump things in text format more often than not, and that's what it's barfing on. I think that needs to be handled a lttle more cleanly when we release - perhaps check the file format before passing it to pg_restore, Ok, checking the file signature seems r