From: | Mike <1100100(at)gmail(dot)com> |
---|---|
To: | Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: How to insert data from a text file |
Date: | 2009-06-18 19:05:59 |
Message-ID: | 8ca422820906181205l1256bc22ke1e8dc159c5f58aa@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
On Thu, Jun 18, 2009 at 2:04 PM, Sean Davis<sdavis2(at)mail(dot)nih(dot)gov> wrote:
> With 650k lines, you can use python, perl, java, etc. to insert the records;
> pick you language of choice. Alternatively, you can use the psql client and
> its \copy command.
Sean,
Thanks for the quick response.
I'm barely literate with bash so there's probably quite an uphill
curve for me in python and perl.
Psql sounds very promising, though. I think I'll start there.
> Just an aside, but on linux, have you looked into using either the find
> command or locate, or even google desktop?
The ultimate goal is to make the database available to the users.
So I'll give them a php page with a "search" field on an apache
webserver, and they can type in nouns and proper names to find
documents, etc. First, I need to crawl, then walk later. <g>
Best regards,
Mike
From | Date | Subject | |
---|---|---|---|
Next Message | Pauline Dubois | 2009-06-19 09:17:52 | Full Text Search - Influenceing the creation of tsvector |
Previous Message | Sean Davis | 2009-06-18 18:04:31 | Re: How to insert data from a text file |