Re: Importing data into database - Mailing list pgsql-general

From Gilles DAROLD
Subject Re: Importing data into database
Date
Msg-id 39AD326E.2E2589BA@darold.net
Whole thread Raw
In response to Importing data into database  (Andrew.Mason@spektra.co.uk)
Responses Re: Importing data into database  (Andreas Tille <tillea@rki.de>)
List pgsql-general
Take a look at the sql COPY command (\h COPY) it will do it as you want
!


Andrew.Mason@spektra.co.uk wrote:

>
> How should I go about importing the contents of an Excel spreadsheet
> into a Postgres database table?
>
> I was considering a comma separated file, but am not sure how to
> import this into the database.
>
> Are there any other suggestions?
>
> Thanks Andrew
>


pgsql-general by date:

Previous
From: "Mike Sears"
Date:
Subject: more large objects
Next
From: Fredrick Bartlett
Date:
Subject: Re: Ignore when using COPY FROM