Re: Explain XML patch v2

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Explain XML patch v2
Дата
Msg-id 1215251435.4051.274.camel@ebony.site
обсуждение исходный текст
Ответ на Re: Explain XML patch v2  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
On Fri, 2008-07-04 at 17:20 +0100, Simon Riggs wrote:
> <!ELEMENT plan (estimate, runtime?)>

Sorry, I noticed a few typos in my sample DTD.

<!ELEMENT plan (node+)> with some additional elements for stats

and the attlist below was for the <node> not <plan> element

<!ATTLIST node
        nodetype CDATA     #REQUIRED>


--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Explain XML patch v2
Следующее
От: Simon Riggs
Дата:
Сообщение: Bug fix for pg_standby keepfiles calculation