Re: [ADMIN] Postgresql Backup & Dump

2004-04-15 Thread Robert Treat
On Sat, 2004-04-10 at 00:42, gajanan wrote: > Hi, > > In my application I need to use old database present on postgersql at > client site. For that I have created dump using > > pg_dump -o db_name | gzip > db_dump > > command at the client site and then downloaded the dump on local > ser

[ADMIN] Postgresql Backup & Dump

2004-04-13 Thread gajanan
Hi,  In my application I need to use old database present on postgersql at client site. For that I have created dump using      pg_dump -o db_name | gzip > db_dump command at the client  site and then downloaded the dump on local server. But when I am trying to restore, it only restore the