Re: [GENERAL] Generating an XSD file from an existing database

2015-12-06 Thread Adrian Klaver
On 12/06/2015 01:59 PM, Blake McBride wrote: On Sun, Dec 6, 2015 at 3:47 PM, Rob Sargent mailto:robjsarg...@gmail.com>> wrote: > On Dec 6, 2015, at 2:30 PM, Blake McBride mailto:blake1...@gmail.com>> wrote: > > Greetings, > > I need an XML specification for my exiting s

Re: [GENERAL] Generating an XSD file from an existing database

2015-12-06 Thread Blake McBride
On Sun, Dec 6, 2015 at 3:47 PM, Rob Sargent wrote: > > > On Dec 6, 2015, at 2:30 PM, Blake McBride wrote: > > > > Greetings, > > > > I need an XML specification for my exiting schema - an XSD file. > Reading the docs I see schema_to_xml but I do not understand: > > > > A. Will that produce the

Re: [GENERAL] Generating an XSD file from an existing database

2015-12-06 Thread Rob Sargent
> On Dec 6, 2015, at 2:30 PM, Blake McBride wrote: > > Greetings, > > I need an XML specification for my exiting schema - an XSD file. Reading the > docs I see schema_to_xml but I do not understand: > > A. Will that produce the XSD file I seek? > > B. I do not understand the documentation

[GENERAL] Generating an XSD file from an existing database

2015-12-06 Thread Blake McBride
Greetings, I need an XML specification for my exiting schema - an XSD file. Reading the docs I see schema_to_xml but I do not understand: A. Will that produce the XSD file I seek? B. I do not understand the documentation. Can I do this through psql? I need an exact example if possible. Tha