Re: [HACKERS] Re: Storing XML in PostgreSQL

2001-07-25 Thread Gunnar Rønning
* "John Gray" <[EMAIL PROTECTED]> wrote: | | OR, depending on what these fwbuilder objects involve, you can of | course just store XML documents in fields of type text (especially if | you use 7.1 which has TOAST, so you can store long documents). IT's | not difficult to hook up a parser (I'm

[HACKERS] Re: Storing XML in PostgreSQL

2001-07-25 Thread John Gray
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jean-Michel POURE) wrote: > Hello friends, > > What is the best way to parse and store an XML document in PostgreSQL? I > would like to store fwbuilder (http://www.fwbuilder.org) objects in > PostgreSQL. > I think the best way depends on what