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

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: How do I implement a .XSD in Postgres?
Дата
Msg-id n66f5n$f05$1@ger.gmane.org
обсуждение исходный текст
Ответ на How do I implement a .XSD in Postgres?  (ERR ORR <rd0002@gmail.com>)
Список pgsql-general
ERR ORR schrieb am 01.01.2016 um 11:07:
> 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?
> - 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?
>

If indeed you just want to convert the XSD to a SQL script (that contains the approriate CREATE TABLE statements),
then this can be done using XSLT as an XSD is just XML after all.




В списке pgsql-general по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: How do I implement a .XSD in Postgres?
Следующее
От: "Charles Clavadetscher"
Дата:
Сообщение: Re: How do I implement a .XSD in Postgres?