Re: XML and Postgres

Поиск
Список
Период
Сортировка
От George Weaver
Тема Re: XML and Postgres
Дата
Msg-id 009b01c52b2c$47cade00$6400a8c0@Dell4500
обсуждение исходный текст
Ответ на XML and Postgres  (Greg Lindstrom <greg.lindstrom@novasyshealth.com>)
Список pgsql-novice
Greg,

I would suggest you check out  "The xpsql Project -- XpSQL, a XML database
enviroment using PostgreSQL ":

http://gborg.postgresql.org/project/xpsql/projdisplay.php


Regards,
George

----- Original Message -----
From: <brew@theMode.com>
To: "Greg Lindstrom" <greg.lindstrom@novasyshealth.com>
Cc: <pgsql-novice@postgresql.org>
Sent: Thursday, March 17, 2005 11:36 AM
Subject: Re: [NOVICE] XML and Postgres


>
> Greg.....
>
>>  1. Do I understand correctly that using one of these tools I can hand my
>>     xml-formatted data file to postgres and it will be inserted into the
>>     database?
>
> Hopefully for you somebody else might know of something like that!
>
> Sorry to tell you, but I'm handling it manually.  The perl program just
> serves as the bridge between the two databases.  I had to manually
> normalize the database that I was going to pump the data into, then I had
> to write a bridging program to parse the data out of the XML file, loading
> each piece of data into a variable, then inserting or updating the proper
> table in the database with it.
>
> It's not the automatic solution you sound like you are hoping for.
> That's what I meant by writing 'hopefully somebody else can give you a
> direct solution'.
>
> Good luck finding what you need, maybe somebody else knows how to make
> postgreSQL handle XML data directly or knows of a database that will (and
> still be fast, etc.).
>
> brew
>
> ==========================================================================
>                  Strange Brew   (brew@theMode.com)
>  Check out my Stock Option Covered Call website  http://www.callpix.com
>     and my Musician's Online Database Exchange http://www.TheMode.com
> ==========================================================================
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>      subscribe-nomail command to majordomo@postgresql.org so that your
>      message can get through to the mailing list cleanly
>



В списке pgsql-novice по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: XML and Postgres
Следующее
От: "Celia McInnis"
Дата:
Сообщение: Multidimensional arrays in plpgsql