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
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 14e217a..d967f66 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -40,8 +40,8 @@ &alterDatabase; &alterDefaultPrivileges; &alterDomain; - &alterExtension; &alterEventTrigger; + &alterExtension; &alterForeignDataWrapper; &alterForeignTable; &alterFunction; @@ -84,8 +84,8 @@ &createConversion; &createDatabase; &createDomain; - &createExtension; &createEventTrigger; + &createExtension; &createForeignDataWrapper; &createForeignTable; &createFunction; @@ -124,8 +124,8 @@ &dropConversion; &dropDatabase; &dropDomain; - &dropExtension; &dropEventTrigger; + &dropExtension; &dropForeignDataWrapper; &dropForeignTable; &dropFunction;
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers