Re: [COMMITTERS] pgsql: Replace ALTER TABLE ... - Mailing list pgsql-hackers

From Devrim GÜNDÜZ
Subject Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...
Date
Msg-id 1264180382.1905.5.camel@hp-laptop2.gunduz.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Fri, 2010-01-22 at 16:40 +0000, Robert Haas wrote:
> Log Message:
> -----------
> Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general
> mechanism.

I think this broke doc builds:

openjade  -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -c
/usr/share/sgml/docbook/dsssl-stylesheets/catalog-d stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml 
openjade:ref/alter_table.sgml:162:156:E: end tag for "LITERAL" omitted, but OMITTAG NO was specified
openjade:ref/alter_table.sgml:162:10: start tag was here
openjade:ref/alter_table.sgml:162:166:E: end tag for element "LITERAL" which is not open
openjade:ref/alter_table.sgml:164:13:E: document type does not allow element "LISTITEM" here
openjade:ref/alter_table.sgml:191:17:E: end tag for "TERM" omitted, but OMITTAG NO was specified
openjade:ref/alter_table.sgml:163:4: start tag was here
openjade:ref/alter_table.sgml:191:17:E: end tag for "VARLISTENTRY" which is not finished
gmake: *** [HTML.index] Error 1
gmake: *** Deleting file `HTML.index'

--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: ECPG patch 4.1, out-of-scope cursor support in native mode
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...