Thread
-
[PATCH] Sort contents entries in reference documentation
Colin 't Hart <colinthart@gmail.com> — 2013-11-13T09:40:31Z
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
-
Re: [PATCH] Sort contents entries in reference documentation
Robert Haas <robertmhaas@gmail.com> — 2013-11-15T13:57:21Z
On Wed, Nov 13, 2013 at 4:40 AM, Colin 't Hart <colinthart@gmail.com> wrote: > 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. Committed and back-patched to 9.3. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company