XML documentation question

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема XML documentation question
Дата
Msg-id 200904240317.n3O3Hl224352@momjian.us
обсуждение исходный текст
Ответы Re: XML documentation question  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-docs
What does this first sentence mean in our XML function documentation;
would someone please rewrite it to be intelligable?

    In addition, the following functions are available to produce
    analogous mappings of entire schemas or the entire current
    database.
<synopsis>
schema_to_xml(schema name, nulls boolean, tableforest boolean, targetns text)
schema_to_xmlschema(schema name, nulls boolean, tableforest boolean, targetns text)
schema_to_xml_and_xmlschema(schema name, nulls boolean, tableforest boolean, targetns text)

database_to_xml(nulls boolean, tableforest boolean, targetns text)
database_to_xmlschema(nulls boolean, tableforest boolean, targetns text)
database_to_xml_and_xmlschema(nulls boolean, tableforest boolean, targetns text)
</synopsis>

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [GENERAL] Postgresql 8.3X supports Arrays of Composite Types?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: XML documentation question