Re: how to copy data from excel spreadsheet to postgresql database

From: Christof Petig <christof(dot)petig(at)wtal(dot)de>
To: martinkuria(at)hotmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: how to copy data from excel spreadsheet to postgresql database
Date: 2000-09-29 17:21:55
Message-ID: 39D4CFB3.25A01A0E@wtal.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org wrote:

> Martin Kuria (martinkuria(at)hotmail(dot)com) reports a bug with a severity of 1
> The lower the number the more severe it is.

Bug? severe?
But I will undertake to answer you though.

> Short Description
> how to copy data from excel spreadsheet to postgresql database
>
> Long Description
> I have enter data in excel spreadsheet, and I would like to enter or copy this data in my postgresql database, please do give a example, thanks
>
> best regards
> martin.
>
> Sample Code
> explain more on how how a copy command is used, please illustrate with an example
>
> No file was uploaded with this report

Do you know SQL? If not, read Bruce's Book.
Export as ASCII, seperated by TABS.
Then precede it by 'copy yourtable from stdin;'
Add '\.' as the last line.
Feed it into postgres:
psql <yourfile yourdatabase

Yours
Christof

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2000-09-30 02:16:44 Re: uniqueness not always correct
Previous Message Peter Eisentraut 2000-09-29 14:51:51 Re: /contrib/soundex doesn't work. Version 7.0.2