Re: import data from openoffice Calc

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: Le-shin Wu <leshin(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: import data from openoffice Calc
Date: 2009-12-02 19:17:41
Message-ID: 1973691762.181011259781461155.JavaMail.root@sz0030a.emeryville.ca.mail.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


----- "Le-shin Wu" <leshin(at)gmail(dot)com> wrote:

> HI Adrian,
>
> Thanks for pointing out the reporting bug information about my
> problem. I have tried your suggestion and it works great. But this
> approach can only solve one part of my problem, because I also need to
> open an existing db table through Clac, edit some tuples, and then
> save it as a new table. For this case, I can not convert my original
> "date" data to text (because it will become an integer after
> converting as you mentioned). Thanks again.
>
>
> LW
>

Might be easier to use the CREATE TABLE AS command:
http://www.postgresql.org/docs/8.4/interactive/sql-createtableas.html

Adrian Klaver
aklaver(at)comcast(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message akp geek 2009-12-02 19:37:03 Re: Auto Vaccum
Previous Message Israel Brewster 2009-12-02 17:57:33 Re: Build universal binary on Mac OS X 10.6?