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
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