Re: excell to postgres

From: "Moray McConnachie" <moray(dot)mcconnachie(at)computing-services(dot)oxford(dot)ac(dot)uk>
To: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>, <pgsql-general(at)hub(dot)org>
Subject: Re: excell to postgres
Date: 2000-04-17 15:48:34
Message-ID: 01d701bfa884$63889c70$760e01a3@oucs.ox.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

----- Original Message -----
From: "Martin A. Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
To: <pgsql-general(at)hub(dot)org>
Sent: Monday, April 17, 2000 3:16 PM
Subject: [GENERAL] excell to postgres

>Is there any utilitie (for Linux if it can be) to pass from excell tables
to
>postgres database tables?

The fastest way to do it is choose Save As from the file menu, choose tab
delimited file as the file type. Then import into the postgresql database
using psql's copy command. Of course this does require you to set up the
table first in postgres!

Alternatively, you ought to be able to do it through pgAdmin's import
database tool? available through http://www.pgadmin.freeserve.co.uk which
allows you to administer stuff, and I *think* allows you to import an ODBC
database into . The Excel ODBC driver allows you to think of Excel as just
any other ODBC database, so I think this might work.

You may have problems with itsy things like date formats, though.
Yours,
Moray McConnachie
----------------------------------------------------------------
Moray(dot)McConnachie(at)computing-services(dot)oxford(dot)ac(dot)uk

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-04-17 15:48:52 Re: excell to postgres
Previous Message Silvio Macedo 2000-04-17 15:43:19 Re: excell to postgres