[PATCH] Sort contents entries in reference documentation

From: "Colin 't Hart" <colinthart(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Sort contents entries in reference documentation
Date: 2013-11-13 09:40:31
Message-ID: CAMon-aRVhO0tu3sBWS1aNF=0wDDZ-vRPOhmmHfCGbgeasE1UTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While looking at the documentation on SELECT I noticed that the
entries in reference.sgml aren't sorted correctly -- psql \h does have
them in the correct order.

Attached a trivial patch to fix this.

In addition, reference.sgml doesn't have entries for TABLE or WITH
which should link to ref/select.sgml but I couldn't figure out how to
achieve this. psql \h does have this so the reference page probably
should too.

Cheers,

Colin

Attachment Content-Type Size
reference.sgml.diff text/plain 832 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2013-11-13 09:55:43 init_sequence spill to hash table
Previous Message Dilip kumar 2013-11-13 09:32:16 Re: Transaction-lifespan memory leak with plpgsql DO blocks