Re: insert data from an microsoft excel - Mailing list pgsql-general

From John DeSoi
Subject Re: insert data from an microsoft excel
Date
Msg-id 08251DAC-8019-11D9-B376-000A95B03262@pgedit.com
Whole thread Raw
In response to insert data from an microsoft excel  (Nageshwar Rao <NageshwarR@PLANETASIA.COM>)
Responses Re: insert data from an microsoft excel  (Matt Kynaston <matt@kynx.org>)
List pgsql-general
On Feb 16, 2005, at 6:16 AM, Nageshwar Rao wrote:

> Is there is way to load data from as Microsoft excel into database
> tables in postgresql7.4.x


Sure. Export the data into a CSV file. Then import it using psql and
the \COPY command.

http://www.postgresql.org/docs/8.0/interactive/app-psql.html
http://www.postgresql.org/docs/8.0/interactive/sql-copy.html


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-general by date:

Previous
From: Marco Colombo
Date:
Subject: Re: Lost rows/data corruption?
Next
From: Alban Hertroys
Date:
Subject: Re: Lost rows/data corruption?