Re: Populating tables with data

From: "Sean Davis" <sdavis2(at)mail(dot)nih(dot)gov>
To: "Kumar S" <ps_postgres(at)yahoo(dot)com>, "PostGreSQL" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Populating tables with data
Date: 2004-08-23 11:57:25
Message-ID: 000101c48913$3a298500$04653744@WATSON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm not a python user, but a quick google search for python postgresql
database turned up:

http://www.pygresql.org/

Might check that out.

Sean
----- Original Message -----
From: "Kumar S" <ps_postgres(at)yahoo(dot)com>
To: "PostGreSQL" <pgsql-novice(at)postgresql(dot)org>
Sent: Monday, August 23, 2004 7:37 AM
Subject: Re: [NOVICE] Populating tables with data

> Dear group,
> I am a biologist dealing with tons of gene chip data.
>
> I made a schema for storing the data using postgreSQL.
>
> To make my question short, I have a (say) 3 tables.
> My data is in tab delimted text. I have to parse the
> data and direct the contents of each colums to columns
> in each table.
>
> How can I do this using Python? Any ideas please.
>
> Thank you
>
> PS
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail is new and improved - Check it out!
> http://promotions.yahoo.com/new_mail
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Vitaly Belman 2004-08-23 20:19:23 Major CPU/HD use
Previous Message Arthur van Dorp 2004-08-23 11:43:14 Re: Populating tables with data