Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

BUG #3782: table_to_xmlschema and xsd:simpleType



The following bug has been logged online:

Bug reference:      3782
Logged by:          Dragos Ionita
Email address:      dragos(at)beopen(dot)ro
PostgreSQL version: postgresql-8.3b
Operating system:   Windows XP SP2
Description:        table_to_xmlschema and xsd:simpleType
Details: 

The new XML functions are great! I'm building a WSDL document with the help
of the new functions.

http://developer.postgresql.org/pgdocs/postgres/functions-xml.html

I'm having a problem with table_to_xmlschema, for VARCHAR fields the
function returns:

<xsd:simpleType name="VARCHAR">
</xsd:simpleType>

And parsers don't seem to like this:

Invalid XML schema: 'Further elements required under element
<xsd:simpleType>.'

The simpleType should have a child element. Is this a bug or am I missing
something?

Thank you



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group