Re: pgdump

From: "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>
To: "anuradha devi" <anura19(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pgdump
Date: 2006-12-08 01:55:14
Message-ID: a97c77030612071755g3b0c307fg8921914b6b6f2404@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 12/8/06, anuradha devi <anura19(at)yahoo(dot)com> wrote:
> Hi
> I have a pgdump.sql file and i want to restore it.The postgreSQL database
> server is running and i issue the command psql -U postgres pgdump.sql in the
> command prompt.
> i get the following error.
> C:\Program Files\PostgreSQL\8.2\bin>psql -U postgres pgdump.sql
> psql: could not connect to server: Invalid argument (0x00002726/10022)
> Is the server running on host "???" and accepting
> TCP/IP connections on port 5432?

Hi,

This error means the psql client is not able to connect to the server
that (may or maynot) be running in the machine. Make sure that
the server is running. see if the process postmaster is running.

once the server is running the command to restore is
the command to run a sql script file is :

psql -U postgres -f pgdump.sql

(you missed the -f)

Regds
mallah.

> Thanks
> Anuradha
>
>
> ________________________________
> Everyone is raving about the all-new Yahoo! Mail beta.
>
>

In response to

  • pgdump at 2006-12-08 00:21:32 from anuradha devi

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2006-12-08 04:49:24 Should clients warn in case of server version mismatch ?
Previous Message anuradha devi 2006-12-08 00:21:32 pgdump