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

Поиск
Список
Период
Сортировка
От Brar Piening
Тема Re: How do I implement a .XSD in Postgres?
Дата
Msg-id 56882D74.10408@piening.info
обсуждение исходный текст
Ответ на How do I implement a .XSD in Postgres?  (ERR ORR <rd0002@gmail.com>)
Список pgsql-general
ERR ORR schrieb:
> 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.

Perhaps you are talking about the xsd definition of strongly typed datasets?
https://msdn.microsoft.com/en-us/library/esbykkzb(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/84sxtbxh(v=vs.110).aspx

Those can be used to create a Dataset in .Net which is something like an
in-memory representation of a database but are not intended to be the
source of a database schema.
https://msdn.microsoft.com/en-us/library/zb0sdh0b(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/3b4194wc(v=vs.110).aspx


>
> 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 my guess was correct, there might be tools out there but as I stated
this is not what these files are usually made for.

http://xsd2db.sourceforge.net/


>
> Thanks and happy new year to all.


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Ubuntu 15.04 Installing Oracle_fdw
Следующее
От: Arthur Pemberton
Дата:
Сообщение: Cannot upgrade from 9.3 to 9.4 using pg_upgrade