Re: loading a psql input file on win xp

From: Colin Wetherbee <cww(at)denterprises(dot)org>
To: akshay bhat <akshayubhat(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: loading a psql input file on win xp
Date: 2008-03-08 22:34:17
Message-ID: 47D31469.3080005@denterprises.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

akshay bhat wrote:
> The ConceptNet 3 database, as a PostgreSQL input file. You will need to
> be running a PostgreSQL server to install ConceptNet 3.
> i was earlier
> suggested to use following command
> to add it to database
>
> psql -d <your_database_name> -f conceptnet-2007-09-25.psql
>
> however i do not know where to execute this command

Run the command anywhere you want. Just make sure the bit after "-f"
points to the proper location of the .psql file.

Also, be sure you have created your own database before running that
command. Information on creating databases may be found in the
PostgreSQL documentation.

Colin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2008-03-09 00:27:43 Re: Watch your PlanetPostgreSQL.org blogs
Previous Message Raymond O'Donnell 2008-03-08 21:45:27 Re: loading a psql input file on win xp