Re: Data dumps to files - best methods?

Поиск
Список
Период
Сортировка
От Michael A. Peters
Тема Re: Data dumps to files - best methods?
Дата
Msg-id 41979.68.189.86.17.1280148097.squirrel@secure.shastaherps.org
обсуждение исходный текст
Ответ на Re: Data dumps to files - best methods?  ("Machiel Richards" <machielr@rdc.co.za>)
Список pgsql-general
> Hi All

>
>    From what I can see in the specs and current output files, the client
> needs the data output in .xml format in order to use this on their side,
> still trying to understand why though...

I don't know what they are doing but XML is an excellent data storage
format. I use it for some stuff I don't need in a relational database, I
can just import the xml into DOMDocument and operate on it that way.

You can probably use the libxml2 facilities of your favorite scripting
language (php,perl,python,ruby) to dump the database into whatever kind of
XML they want.

-----
Michael A. Peters

http://www.shastaherps.org/

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Re: What to do if space for database decrease and no additional hard drive is possible?
Следующее
От: Samuel Gilbert
Дата:
Сообщение: Re: Blocked inserts on tables with FK to tables for which UPDATE has been revoked