How to flush the data in my tables into XML

From: Kumar S <ps_postgres(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: How to flush the data in my tables into XML
Date: 2004-11-07 04:04:08
Message-ID: 20041107040408.35974.qmail@web51401.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dear group,
My data about an experiment and its results are
spread across many tables. I am currently writing a
python parser to flush the data as an XML document.
There is a stumbling block for me now. The data is
residing in many tables and is referenced as primary
and foreign keys. It is straight forward to query
single table and format the results into appropriate
tags. However, when I have my data refereneced as keys
(numbers) how can I consolidate the complete data
instead of keys. Is there any way to get out of this
problem. I am afraid, I made my question clear,
otherwise I will repharse my question.

Thanks in advance.

Cheers
Kumar.


__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message padma k 2004-11-07 15:39:20 How do I unsubscribe to Group ?
Previous Message Felix.Onyango 2004-11-06 22:56:27 FW: Pgsql install