public inbox for [email protected]
help / color / mirror / Atom feedbroken doc
17+ messages / 8 participants
[nested] [flat]
* broken doc
@ 2007-03-02 05:32 Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
0 siblings, 1 reply; 17+ messages in thread
From: Tatsuo Ishii @ 2007-03-02 05:32 UTC (permalink / raw)
To: [email protected]
CVS HEAD doc won't compile due to broken mark up. Please someone
commit following patches if they are appropreate.
Also please do not commit broken sgml files without trying to compile
them.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
Index: array.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/array.sgml,v
retrieving revision 1.58
diff -c -r1.58 array.sgml
*** array.sgml 20 Feb 2007 14:54:47 -0000 1.58
--- array.sgml 2 Mar 2007 05:29:24 -0000
***************
*** 243,254 ****
(1 row)
</programlisting>
If any dimension is written as a slice, i.e contains a colon, then all
dimensions are treated as slices. If a dimension is missing, it is
assumed to be <literal>[1:1]</>. If a dimension has only a single
number (no colon), that dimension is treated as being from <literal>1</>
to the number specified. For example, <literal>[2]</> is treated as
! <literal>[1:2], as in this example:
<programlisting>
SELECT schedule[1:2][2] FROM sal_emp WHERE name = 'Bill';
--- 243,257 ----
(1 row)
</programlisting>
+ </para>
+
+ <para>
If any dimension is written as a slice, i.e contains a colon, then all
dimensions are treated as slices. If a dimension is missing, it is
assumed to be <literal>[1:1]</>. If a dimension has only a single
number (no colon), that dimension is treated as being from <literal>1</>
to the number specified. For example, <literal>[2]</> is treated as
! <literal>[1:2]</>, as in this example:
<programlisting>
SELECT schedule[1:2][2] FROM sal_emp WHERE name = 'Bill';
[t-ishii@localhost sgml]$
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
@ 2007-03-02 06:02 ` Tom Lane <[email protected]>
2007-03-02 06:06 ` Re: broken doc Tatsuo Ishii <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
0 siblings, 2 replies; 17+ messages in thread
From: Tom Lane @ 2007-03-02 06:02 UTC (permalink / raw)
To: Tatsuo Ishii <[email protected]>; +Cc: [email protected]
Tatsuo Ishii <[email protected]> writes:
> CVS HEAD doc won't compile due to broken mark up. Please someone
> commit following patches if they are appropreate.
Done.
> Also please do not commit broken sgml files without trying to compile
> them.
Some committers are using DocBook installations that seem quite lax
about closing tags :-(, so they fail to see this type of breakage.
regards, tom lane
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
@ 2007-03-02 06:06 ` Tatsuo Ishii <[email protected]>
1 sibling, 0 replies; 17+ messages in thread
From: Tatsuo Ishii @ 2007-03-02 06:06 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
> Tatsuo Ishii <[email protected]> writes:
> > CVS HEAD doc won't compile due to broken mark up. Please someone
> > commit following patches if they are appropreate.
>
> Done.
Thanks.
> > Also please do not commit broken sgml files without trying to compile
> > them.
>
> Some committers are using DocBook installations that seem quite lax
> about closing tags :-(, so they fail to see this type of breakage.
Oh, I didn't know that(in my case I'm using Linux packages).
--
Tatsuo Ishii
SRA OSS, Inc. Japan
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
@ 2007-03-02 23:34 ` Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
1 sibling, 1 reply; 17+ messages in thread
From: Bruce Momjian @ 2007-03-02 23:34 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Tatsuo Ishii <[email protected]>; [email protected]
Tom Lane wrote:
> Tatsuo Ishii <[email protected]> writes:
> > CVS HEAD doc won't compile due to broken mark up. Please someone
> > commit following patches if they are appropreate.
>
> Done.
>
> > Also please do not commit broken sgml files without trying to compile
> > them.
>
> Some committers are using DocBook installations that seem quite lax
> about closing tags :-(, so they fail to see this type of breakage.
Yep. What should I upgrade, and to what version?
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
@ 2007-03-02 23:43 ` Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
0 siblings, 1 reply; 17+ messages in thread
From: Tom Lane @ 2007-03-02 23:43 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Tatsuo Ishii <[email protected]>; [email protected]
Bruce Momjian <[email protected]> writes:
> Tom Lane wrote:
>> Some committers are using DocBook installations that seem quite lax
>> about closing tags :-(, so they fail to see this type of breakage.
> Yep. What should I upgrade, and to what version?
I dunno --- I just use what ships with Fedora. The relevant FC6
packages seem to be
docbook-dtds-1.0-30
docbook-simple-1.0-2.1
docbook-slides-3.3.1-2.1
docbook-style-dsssl-1.79-4
docbook-style-xsl-1.69.1-5
docbook-utils-0.6.14-5
docbook-utils-pdf-0.6.14-5
linuxdoc-tools-0.9.21-6.2.1
but I've got no idea which of these is the critical factor.
regards, tom lane
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
@ 2007-03-02 23:46 ` Joshua D. Drake <[email protected]>
2007-03-03 07:49 ` Re: broken doc Warren Turkal <[email protected]>
2007-03-03 09:02 ` Re: broken doc Peter Eisentraut <[email protected]>
2007-08-31 02:04 ` Re: broken doc Bruce Momjian <[email protected]>
0 siblings, 3 replies; 17+ messages in thread
From: Joshua D. Drake @ 2007-03-02 23:46 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Bruce Momjian <[email protected]>; Tatsuo Ishii <[email protected]>; [email protected]
Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
>> Tom Lane wrote:
>>> Some committers are using DocBook installations that seem quite lax
>>> about closing tags :-(, so they fail to see this type of breakage.
>
>> Yep. What should I upgrade, and to what version?
>
> I dunno --- I just use what ships with Fedora. The relevant FC6
> packages seem to be
>
> docbook-dtds-1.0-30
> docbook-simple-1.0-2.1
> docbook-slides-3.3.1-2.1
> docbook-style-dsssl-1.79-4
> docbook-style-xsl-1.69.1-5
> docbook-utils-0.6.14-5
> docbook-utils-pdf-0.6.14-5
> linuxdoc-tools-0.9.21-6.2.1
>
> but I've got no idea which of these is the critical factor.
I am pulling this way out of the back of my head, and Peter might be a
better one to ask but I seem to recall that you can set the closing
bracket requirement in the stylesheet itself.
Joshua D. Drake
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
@ 2007-03-03 07:49 ` Warren Turkal <[email protected]>
2007-03-03 09:02 ` Re: broken doc Peter Eisentraut <[email protected]>
2007-03-03 11:49 ` Re: broken doc Andrew Dunstan <[email protected]>
2 siblings, 2 replies; 17+ messages in thread
From: Warren Turkal @ 2007-03-03 07:49 UTC (permalink / raw)
To: [email protected]
On Friday 02 March 2007 16:46, Joshua D. Drake wrote:
> I am pulling this way out of the back of my head, and Peter might be a
> better one to ask but I seem to recall that you can set the closing
> bracket requirement in the stylesheet itself.
XML should require the closing tag. Is it possible that you are using the SGML
processor to generate the document instead of the XML processor?
wt
--
Warren Turkal (w00t)
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-03-03 07:49 ` Re: broken doc Warren Turkal <[email protected]>
@ 2007-03-03 09:02 ` Peter Eisentraut <[email protected]>
1 sibling, 0 replies; 17+ messages in thread
From: Peter Eisentraut @ 2007-03-03 09:02 UTC (permalink / raw)
To: [email protected]; +Cc: Warren Turkal <[email protected]>
Warren Turkal wrote:
> XML should require the closing tag.
But this is not XML.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-03-03 07:49 ` Re: broken doc Warren Turkal <[email protected]>
@ 2007-03-03 11:49 ` Andrew Dunstan <[email protected]>
1 sibling, 0 replies; 17+ messages in thread
From: Andrew Dunstan @ 2007-03-03 11:49 UTC (permalink / raw)
To: Warren Turkal <[email protected]>; +Cc: [email protected]
Warren Turkal wrote:
> On Friday 02 March 2007 16:46, Joshua D. Drake wrote:
>> I am pulling this way out of the back of my head, and Peter might be a
>> better one to ask but I seem to recall that you can set the closing
>> bracket requirement in the stylesheet itself.
>
> XML should require the closing tag. Is it possible that you are using the
> SGML
> processor to generate the document instead of the XML processor?
the docs are in SGML ...
cheers
andrew
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
@ 2007-03-03 09:02 ` Peter Eisentraut <[email protected]>
2 siblings, 0 replies; 17+ messages in thread
From: Peter Eisentraut @ 2007-03-03 09:02 UTC (permalink / raw)
To: [email protected]; +Cc: Joshua D. Drake <[email protected]>; Tom Lane <[email protected]>; Bruce Momjian <[email protected]>; Tatsuo Ishii <[email protected]>
Joshua D. Drake wrote:
> I am pulling this way out of the back of my head, and Peter might be
> a better one to ask but I seem to recall that you can set the closing
> bracket requirement in the stylesheet itself.
That is incorrect.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
@ 2007-08-31 02:04 ` Bruce Momjian <[email protected]>
2007-08-31 03:24 ` Re: broken doc Tatsuo Ishii <[email protected]>
2 siblings, 1 reply; 17+ messages in thread
From: Bruce Momjian @ 2007-08-31 02:04 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: Tom Lane <[email protected]>; Tatsuo Ishii <[email protected]>; [email protected]
Joshua D. Drake wrote:
> Tom Lane wrote:
> > Bruce Momjian <[email protected]> writes:
> >> Tom Lane wrote:
> >>> Some committers are using DocBook installations that seem quite lax
> >>> about closing tags :-(, so they fail to see this type of breakage.
> >
> >> Yep. What should I upgrade, and to what version?
> >
> > I dunno --- I just use what ships with Fedora. The relevant FC6
> > packages seem to be
> >
> > docbook-dtds-1.0-30
> > docbook-simple-1.0-2.1
> > docbook-slides-3.3.1-2.1
> > docbook-style-dsssl-1.79-4
> > docbook-style-xsl-1.69.1-5
> > docbook-utils-0.6.14-5
> > docbook-utils-pdf-0.6.14-5
> > linuxdoc-tools-0.9.21-6.2.1
> >
> > but I've got no idea which of these is the critical factor.
>
> I am pulling this way out of the back of my head, and Peter might be a
> better one to ask but I seem to recall that you can set the closing
> bracket requirement in the stylesheet itself.
I figured out how to make my toolchain warn about missing tags like
newer tool chains. My openjade needs the "-wfully-tagged" warning. I
added it to sgml/Makefile.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-08-31 02:04 ` Re: broken doc Bruce Momjian <[email protected]>
@ 2007-08-31 03:24 ` Tatsuo Ishii <[email protected]>
2007-08-31 03:25 ` Re: broken doc Bruce Momjian <[email protected]>
2007-08-31 03:36 ` Re: broken doc Andrew Dunstan <[email protected]>
0 siblings, 2 replies; 17+ messages in thread
From: Tatsuo Ishii @ 2007-08-31 03:24 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]; [email protected]; [email protected]; [email protected]
> Joshua D. Drake wrote:
> > Tom Lane wrote:
> > > Bruce Momjian <[email protected]> writes:
> > >> Tom Lane wrote:
> > >>> Some committers are using DocBook installations that seem quite lax
> > >>> about closing tags :-(, so they fail to see this type of breakage.
> > >
> > >> Yep. What should I upgrade, and to what version?
> > >
> > > I dunno --- I just use what ships with Fedora. The relevant FC6
> > > packages seem to be
> > >
> > > docbook-dtds-1.0-30
> > > docbook-simple-1.0-2.1
> > > docbook-slides-3.3.1-2.1
> > > docbook-style-dsssl-1.79-4
> > > docbook-style-xsl-1.69.1-5
> > > docbook-utils-0.6.14-5
> > > docbook-utils-pdf-0.6.14-5
> > > linuxdoc-tools-0.9.21-6.2.1
> > >
> > > but I've got no idea which of these is the critical factor.
> >
> > I am pulling this way out of the back of my head, and Peter might be a
> > better one to ask but I seem to recall that you can set the closing
> > bracket requirement in the stylesheet itself.
>
> I figured out how to make my toolchain warn about missing tags like
> newer tool chains. My openjade needs the "-wfully-tagged" warning. I
> added it to sgml/Makefile.
>
> --
> Bruce Momjian <[email protected]> http://momjian.us
> EnterpriseDB http://www.enterprisedb.com
>
> + If your life is a hard drive, Christ can be your backup. +
Can someone please fix this?
openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml
openjade:bookindex.sgml:2731:0:E: character data is not allowed here
openjade:bookindex.sgml:2732:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
openjade:bookindex.sgml:2744:0:E: character data is not allowed here
openjade:bookindex.sgml:2745:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
--
Tatsuo Ishii
SRA OSS, Inc. Japan
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-08-31 02:04 ` Re: broken doc Bruce Momjian <[email protected]>
2007-08-31 03:24 ` Re: broken doc Tatsuo Ishii <[email protected]>
@ 2007-08-31 03:25 ` Bruce Momjian <[email protected]>
2007-08-31 03:46 ` Re: broken doc Tatsuo Ishii <[email protected]>
1 sibling, 1 reply; 17+ messages in thread
From: Bruce Momjian @ 2007-08-31 03:25 UTC (permalink / raw)
To: Tatsuo Ishii <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]
Tatsuo Ishii wrote:
> > I figured out how to make my toolchain warn about missing tags like
> > newer tool chains. My openjade needs the "-wfully-tagged" warning. I
> > added it to sgml/Makefile.
> >
> > --
> > Bruce Momjian <[email protected]> http://momjian.us
> > EnterpriseDB http://www.enterprisedb.com
> >
> > + If your life is a hard drive, Christ can be your backup. +
>
> Can someone please fix this?
>
> openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml
> openjade:bookindex.sgml:2731:0:E: character data is not allowed here
> openjade:bookindex.sgml:2732:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
> openjade:bookindex.sgml:2744:0:E: character data is not allowed here
> openjade:bookindex.sgml:2745:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
Yes, committing a fix now, and asking on docs how to fix it for good.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-08-31 02:04 ` Re: broken doc Bruce Momjian <[email protected]>
2007-08-31 03:24 ` Re: broken doc Tatsuo Ishii <[email protected]>
2007-08-31 03:25 ` Re: broken doc Bruce Momjian <[email protected]>
@ 2007-08-31 03:46 ` Tatsuo Ishii <[email protected]>
0 siblings, 0 replies; 17+ messages in thread
From: Tatsuo Ishii @ 2007-08-31 03:46 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
> Tatsuo Ishii wrote:
> > > I figured out how to make my toolchain warn about missing tags like
> > > newer tool chains. My openjade needs the "-wfully-tagged" warning. I
> > > added it to sgml/Makefile.
> > >
> > > --
> > > Bruce Momjian <[email protected]> http://momjian.us
> > > EnterpriseDB http://www.enterprisedb.com
> > >
> > > + If your life is a hard drive, Christ can be your backup. +
> >
> > Can someone please fix this?
> >
> > openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml
> > openjade:bookindex.sgml:2731:0:E: character data is not allowed here
> > openjade:bookindex.sgml:2732:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
> > openjade:bookindex.sgml:2744:0:E: character data is not allowed here
> > openjade:bookindex.sgml:2745:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
>
> Yes, committing a fix now, and asking on docs how to fix it for good.
Thanks. Working for me now.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-08-31 02:04 ` Re: broken doc Bruce Momjian <[email protected]>
2007-08-31 03:24 ` Re: broken doc Tatsuo Ishii <[email protected]>
@ 2007-08-31 03:36 ` Andrew Dunstan <[email protected]>
2007-08-31 04:06 ` Re: broken doc Tom Lane <[email protected]>
1 sibling, 1 reply; 17+ messages in thread
From: Andrew Dunstan @ 2007-08-31 03:36 UTC (permalink / raw)
To: Tatsuo Ishii <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
Tatsuo Ishii wrote
> Can someone please fix this?
>
> openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml
> openjade:bookindex.sgml:2731:0:E: character data is not allowed here
> openjade:bookindex.sgml:2732:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
> openjade:bookindex.sgml:2744:0:E: character data is not allowed here
> openjade:bookindex.sgml:2745:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag
>
>
It's working for me
cheers
andrew
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-08-31 02:04 ` Re: broken doc Bruce Momjian <[email protected]>
2007-08-31 03:24 ` Re: broken doc Tatsuo Ishii <[email protected]>
2007-08-31 03:36 ` Re: broken doc Andrew Dunstan <[email protected]>
@ 2007-08-31 04:06 ` Tom Lane <[email protected]>
2007-08-31 09:16 ` Re: [HACKERS] broken doc Peter Eisentraut <[email protected]>
0 siblings, 1 reply; 17+ messages in thread
From: Tom Lane @ 2007-08-31 04:06 UTC (permalink / raw)
To: Andrew Dunstan <[email protected]>; +Cc: Tatsuo Ishii <[email protected]>; [email protected]; Peter Eisentraut <[email protected]>; [email protected]
Andrew Dunstan <[email protected]> writes:
> Tatsuo Ishii wrote
>> Can someone please fix this?
> It's working for me
On Fedora Core 6's sgml toolchain, HEAD builds but un-commenting those
two index entries fails, just as Tatsuo says.
I'm no expert in this, but looking at the complained-of bookindex.sgml
entries makes me think that those index entries have a semantic conflict
with these entries over in indices.sgml:
<indexterm>
<primary>GiST</primary>
<see>index</see>
</indexterm>
<indexterm>
<primary>GIN</primary>
<see>index</see>
</indexterm>
Perhaps we need to have a meeting of the minds on who gets to define the
primary index entries about GiST and GIN?
Peter will probably have a clearer idea about how to fix this ...
regards, tom lane
^ permalink raw reply [nested|flat] 17+ messages in thread
* Re: [HACKERS] broken doc
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:34 ` Re: broken doc Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Re: broken doc Tom Lane <[email protected]>
2007-03-02 23:46 ` Re: broken doc Joshua D. Drake <[email protected]>
2007-08-31 02:04 ` Re: broken doc Bruce Momjian <[email protected]>
2007-08-31 03:24 ` Re: broken doc Tatsuo Ishii <[email protected]>
2007-08-31 03:36 ` Re: broken doc Andrew Dunstan <[email protected]>
2007-08-31 04:06 ` Re: broken doc Tom Lane <[email protected]>
@ 2007-08-31 09:16 ` Peter Eisentraut <[email protected]>
0 siblings, 0 replies; 17+ messages in thread
From: Peter Eisentraut @ 2007-08-31 09:16 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Andrew Dunstan <[email protected]>; Tatsuo Ishii <[email protected]>; [email protected]; pgsql-docs
Am Freitag, 31. August 2007 06:06 schrieb Tom Lane:
> I'm no expert in this, but looking at the complained-of bookindex.sgml
> entries makes me think that those index entries have a semantic conflict
> with these entries over in indices.sgml:
>
> <indexterm>
> <primary>GiST</primary>
> <see>index</see>
> </indexterm>
Yeah, apparently it is not supported to have a single term being a "see
$elsewhere" and a direct link. The semantics of that are debatable anyway.
The index building tool just creates garbage in that case.
> Perhaps we need to have a meeting of the minds on who gets to define the
> primary index entries about GiST and GIN?
I'd say that the text search section shouldn't be the primary source on GiST
and GIN, just like the section on arithmetic operators isn't the primary
source on B-tree. That might require moving some text around, though.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
^ permalink raw reply [nested|flat] 17+ messages in thread
end of thread, other threads:[~2007-08-31 09:16 UTC | newest]
Thread overview: 17+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2007-03-02 05:32 broken doc Tatsuo Ishii <[email protected]>
2007-03-02 06:02 ` Tom Lane <[email protected]>
2007-03-02 06:06 ` Tatsuo Ishii <[email protected]>
2007-03-02 23:34 ` Bruce Momjian <[email protected]>
2007-03-02 23:43 ` Tom Lane <[email protected]>
2007-03-02 23:46 ` Joshua D. Drake <[email protected]>
2007-03-03 07:49 ` Warren Turkal <[email protected]>
2007-03-03 09:02 ` Peter Eisentraut <[email protected]>
2007-03-03 11:49 ` Andrew Dunstan <[email protected]>
2007-03-03 09:02 ` Peter Eisentraut <[email protected]>
2007-08-31 02:04 ` Bruce Momjian <[email protected]>
2007-08-31 03:24 ` Tatsuo Ishii <[email protected]>
2007-08-31 03:25 ` Bruce Momjian <[email protected]>
2007-08-31 03:46 ` Tatsuo Ishii <[email protected]>
2007-08-31 03:36 ` Andrew Dunstan <[email protected]>
2007-08-31 04:06 ` Tom Lane <[email protected]>
2007-08-31 09:16 ` Peter Eisentraut <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox