Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TYQLv-0004vj-HM for pgsql-hackers@postgresql.org; Tue, 13 Nov 2012 23:57:11 +0000 Received: from nm21-vm0.bullet.mail.ac4.yahoo.com ([98.139.53.216]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TYQLs-0007qp-HU for pgsql-hackers@postgresql.org; Tue, 13 Nov 2012 23:57:10 +0000 Received: from [98.139.52.190] by nm21.bullet.mail.ac4.yahoo.com with NNFMP; 13 Nov 2012 23:57:07 -0000 Received: from [76.13.13.45] by tm3.bullet.mail.ac4.yahoo.com with NNFMP; 13 Nov 2012 23:57:06 -0000 Received: from [127.0.0.1] by smtp106.prem.mail.ac4.yahoo.com with NNFMP; 13 Nov 2012 23:57:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1352851026; bh=9487ly9T6b3V3+CGq6E7+8FZODqZWvY+30dHuippgM8=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:Content-Language; b=RPt8+XkO/rT4roHO+d1OTBI2BzqaO95aiVYdf/leSWYIwW86tJ1q6lGFCZ0YECgoA24UL+V6gqOypPjcdW60TxB7pUfhqO5XiIFP4X2NpO8UIBTSwQIY1UXNLD9ylSRA4gAjO3ZDNvL1CG6Lz4GgUpVVDI7p6QCUzTL0YHEH41g= X-Yahoo-Newman-Id: 979376.19716.bm@smtp106.prem.mail.ac4.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: jqmeYzQVM1lgpnZH.qG6eKksoWc61LnRgKmhgQu02_qeZhb nHnkFuHcOqdyrcCvRSogbjfcEpNvgcncVaS242r3Xsmpk.9RhEHz6UJ_JeF0 rsuJGLmsNogDcl49NFtnAvVseweLRv2KPmENiF427kEfdSmHe2Mvd.5Xc7.5 NSBEkn1MOmAcNuL9xJVW3HVhjgjmrV4t8MIQ0gv3XYIuVX2oATOaq1xzu39F dOMRJadtFvjP8ltRO3l7LqnywM.OzPoP6_kLq5kC_j0pnKCHzx_kBoCBtwQL h1xwlBCmAoTcqjwFhdw.gIWLOk06CyHDAam5IxKBeqpLybHInQsyd.SD38Kz ltMcPaAf_3weoC7mjNG2aEVxGvgU8VWPkqiti0ZlWcnLM.7rGQ9E4K3mEQOB pX0ZKhiYFUUv684Ef2IP3vlDpPxifYmaBndsAhSahhUet5qqsux8QV7k7j_M KyARc X-Yahoo-SMTP: mpGJl6eswBD2IBufoVEg0Pa8gg-- Received: from WolfDog (polobo@24.93.23.188 with login) by smtp106.prem.mail.ac4.yahoo.com with SMTP; 13 Nov 2012 15:57:06 -0800 PST From: "David Johnston" To: "'Craig Ringer'" , "'PostgreSQL Hackers'" References: <50A2D489.7020102@2ndQuadrant.com> In-Reply-To: <50A2D489.7020102@2ndQuadrant.com> Subject: Re: Add contrib module functions to docs' function index Date: Tue, 13 Nov 2012 18:56:23 -0500 Message-ID: <002101cdc1fa$7c5a2640$750e72c0$@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQGJYqCMLvLCCaFuzQKKc/tzi8lxGZhxLjbA Content-Language: en-us X-Pg-Spam-Score: -2.2 (--) X-Archive-Number: 201211/593 X-Sequence-Number: 216445 > -----Original Message----- > From: pgsql-hackers-owner@postgresql.org [mailto:pgsql-hackers- > owner@postgresql.org] On Behalf Of Craig Ringer > Sent: Tuesday, November 13, 2012 6:15 PM > To: PostgreSQL Hackers > Subject: [HACKERS] Add contrib module functions to docs' function index > > Hi all > > Andreas Heiduk on -bugs suggested that we add the functions provided by > contrib modules to the function index in the docs, so it's easier to go from, > say, "what the heck is idx(...)" to finding it in the intarray contrib module. > > This seems like a good idea and I'd like to pop it in the TODO until I get time to > check it out, flagged as a minor/newbie-friendly problem. > Any objections? > For clarity does this proposal refer to Chapter 9 of the documentation, the "Index", or both. If modifying Chapter 9 the function and operator tables should be extended to include a "source" column with values of "base" or "contrib: " or something similar. As to the desirability of such a change I concur that it would be a nice usability enhancement to consider beyond just updating the actual "Index". David J.