public inbox for [email protected]
help / color / mirror / Atom feedCREATE DATABASE appears twice
2+ messages / 2 participants
[nested] [flat]
* CREATE DATABASE appears twice
@ 2011-04-08 14:29 Thom Brown <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Thom Brown @ 2011-04-08 14:29 UTC (permalink / raw)
To: pgsql-docs
In the index of the documentation, CREATE DATABASE appears above
CREATE AGGREGATE, and also in the correct place further down the
index. This is because it actually contains a newline and/or
additional spaces in the indexterm definition. Could someone please
fix this? I'd submit a patch, but then I can't test it on the only
system I have available at the moment.
Thanks
--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: CREATE DATABASE appears twice
@ 2011-04-08 15:07 Tom Lane <[email protected]>
parent: Thom Brown <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Tom Lane @ 2011-04-08 15:07 UTC (permalink / raw)
To: Thom Brown <[email protected]>; +Cc: pgsql-docs
Thom Brown <[email protected]> writes:
> In the index of the documentation, CREATE DATABASE appears above
> CREATE AGGREGATE, and also in the correct place further down the
> index. This is because it actually contains a newline and/or
> additional spaces in the indexterm definition. Could someone please
> fix this? I'd submit a patch, but then I can't test it on the only
> system I have available at the moment.
[ experiments ... ] Apparently, any extra whitespace in the argument of
<indexterm> causes the indexer to think it's not the identical index
term. Ugh. This seems like a toolchain bug, but I confirm the same
behavior. There appear to be a few other cases, though the other ones
may not be causing any visible misbehavior at the moment.
regards, tom lane
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2011-04-08 15:07 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-04-08 14:29 CREATE DATABASE appears twice Thom Brown <[email protected]>
2011-04-08 15:07 ` Tom Lane <[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