Xml Schemas - Mailing list pgsql-sql

From Isaac Dover
Subject Xml Schemas
Date
Msg-id b560e3300906061253j2047b551q1d7895f235ad6d45@mail.gmail.com
Whole thread Raw
Responses Re: Xml Schemas  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-sql
Hello, I am attempting to build an xml representation of any database, but I'm having trouble doing so. I was interested in using the existing xml functions, such as "schema_to_xmlschema", but the results are strange and unusable. The resulting schema doesn't even contain the column names, though it doesn't include the table names. Often, the type information is incomplete as well.
 
Are there any examples for using this family of functions, "schema_to_xmlschema", etc? My end goal is any xml representation of the database that includes type information.
 
Thanks,
Isaac

pgsql-sql by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Type inheritance
Next
From: Rob Sargent
Date:
Subject: 'cost' and 'rows' for volitile function