Re: Import an Excel table to a Postgresql one

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Daniele Beauquier <beauquier(at)univ-paris12(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Import an Excel table to a Postgresql one
Date: 2004-09-17 17:33:57
Message-ID: 20040917173357.GA1847@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Sep 17, 2004 at 18:50:53 +0200,
Daniele Beauquier <beauquier(at)univ-paris12(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Nolan 2004-09-17 18:10:46 Re: Import an Excel table to a Postgresql one
Previous Message Peter Eisentraut 2004-09-17 17:20:52 Re: Import an Excel table to a Postgresql one