Re: How do I implement a .XSD in Postgres? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How do I implement a .XSD in Postgres?
Date
Msg-id 5686B4B9.6020707@aklaver.com
Whole thread Raw
In response to How do I implement a .XSD in Postgres?  (ERR ORR <rd0002@gmail.com>)
List pgsql-general
On 01/01/2016 02:07 AM, ERR ORR wrote:
> Hi everybody,
>
> I need to import some DB schemas which are defined in .XSD (a XML
> derivative) format.
> I've googled about this but have found no satisfactory answer. Perhaps I
> just don't know what exactly to ask Google.
>
> So please:
> - What tool can I use in order to import .XSD schema definitions into
> Postgresql 9.4.5?

Whatever tool that generated them in the first place?

Some background on what/who generated the files would be useful.


> - If there is no tool, can you please direct me to a document at least
> hinting at how to import a .XSD schema into a DB?

Not sure if in the above you are talking about importing the actual
XSD(XML) files into a database field or walking through the files and
generating database objects from them?

>
> Thanks and happy new year to all.


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Dorian Hoxha
Date:
Subject: Re: Happy New Year
Next
From: "David G. Johnston"
Date:
Subject: Re: How do I implement a .XSD in Postgres?