On Mon, Apr 18, 2011 at 06:44:03PM -0300, Alvaro Herrera wrote:
> Excerpts from David Fetter's message of lun abr 18 18:34:11 -0300 2011:
> > Folks,
> >
> > While readjusting pg_docbot's URLs for LEAST and GREATEST, I came
> > across an infelicity. They'd been tagged as
> > "http://www.postgresql.org/docs/current/static/functions-conditional.html#AEN12680"
> > and I re-tagged them as
> > "http://www.postgresql.org/docs/current/static/functions-conditional.html#AEN15582"
> >
> > I didn't see a more descriptive tag. Am I missing something
> > important?
>
> The sect2 they are in would need an id attribute for there to be a
> stable #-style link.
Please find attached a patch to fix this.
I believe there are other places in the docs where an id attribute
would be handy. Will check those :)
Cheers,
David.
--
David Fetter <[email protected]> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: [email protected]
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 633f215..14ac073 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -10034,7 +10034,7 @@ SELECT NULLIF(value, '(none)') ...
</sect2>
- <sect2>
+ <sect2 id="functions-least-greatest">
<title><literal>GREATEST</literal> and <literal>LEAST</literal></title>
<indexterm>
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers