Re: How do I implement a .XSD in Postgres?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: ERR ORR <rd0002(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How do I implement a .XSD in Postgres?
Date: 2016-01-01 17:17:45
Message-ID: 5686B4B9.6020707@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2016-01-01 18:01:41 Re: How do I implement a .XSD in Postgres?
Previous Message Dorian Hoxha 2016-01-01 17:05:43 Re: Happy New Year