Re: Import an Excel table to a Postgresql one - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Import an Excel table to a Postgresql one
Date
Msg-id 20040917173357.GA1847@wolff.to
Whole thread Raw
In response to Import an Excel table to a Postgresql one  (Daniele Beauquier <beauquier@univ-paris12.fr>)
List pgsql-general
On Fri, Sep 17, 2004 at 18:50:53 +0200,
  Daniele Beauquier <beauquier@univ-paris12.fr> wrote:
> How to import an Excel table into a Postgresql table in a simple way?

Export it into CSV or TSV format and then use \copy in psql to load it.

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Import an Excel table to a Postgresql one
Next
From: Mike Nolan
Date:
Subject: Re: Import an Excel table to a Postgresql one