Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id A9B33632F42 for ; Thu, 19 Mar 2009 14:04:40 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 80594-06 for ; Thu, 19 Mar 2009 14:04:33 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from outmail136016.authsmtp.co.uk (outmail136016.authsmtp.co.uk [62.13.136.16]) by mail.postgresql.org (Postfix) with ESMTP id 7178F632C1A for ; Thu, 19 Mar 2009 14:04:31 -0300 (ADT) Received: from mail-c193.authsmtp.com (mail-c193.authsmtp.com [62.13.128.118]) by punt7.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n2JH4SBn080183; Thu, 19 Mar 2009 17:04:28 GMT Received: from [192.168.1.134] (adsl-69-107-123-88.dsl.pltn13.pacbell.net [69.107.123.88]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n2JH4Pl8049170; Thu, 19 Mar 2009 17:04:26 GMT Message-ID: <49C27B18.5020604@agliodbs.com> Date: Thu, 19 Mar 2009 10:04:24 -0700 From: Josh Berkus Organization: Aglio Database Solutions User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: Peter Eisentraut CC: PostgreSQL WWW Subject: Re: Code snippet hosting? References: <49C25806.9030505@gmx.net> In-Reply-To: <49C25806.9030505@gmx.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Server-Quench: 00df11bb-14a8-11de-8a51-002264978518 X-AuthRoute: OCdyZgscClZXSx8a IioLCC5HRQ8+YBZL BAkGMA9GIUINWEQL c1ADfx12OUdbHwkB CnYKXF5UVFdzXy1z YhRQbQJDY0hNQQ1i T0pMQFdNFEs2A2Z5 An5CWhl2fgRBeDBx Y0BlEHBbCBJ7dBQv X09QRGUbZGY0PX0X AUVZagNUcgFMehZC YlV+XD1vNG8XDTo3 BBY3ei8uIgAXAyNZ T0kWK1MKWUsXVj47 XAwDGzp4dXJf X-Authentic-SMTP: 61633136333939.pelican.dmpriest.net.uk:1378/Kp X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200903/162 X-Sequence-Number: 16816 On 3/19/09 7:34 AM, Peter Eisentraut wrote: > People often post a function, a script, or a complex query that is > general enough to be worth keeping but perhaps not appropriate for > pgfoundry or the documentation. MySQL has a code snippet service for > that: . I think something like this would > be quite useful for PostgreSQL as well. Perhaps the wiki could be used > for that; I'm not sure. Yeah, this was *supposed* to be a feature of GForge when we adopted it. It wasn't until after we lit up GForge and moved the accounts over from GBorg that Tim let me know that the snippets stuff didn't work and he was planning on dumping it. In theory also, Roberto Mello was going to come back a year ago and re-build the function repository, but he never did. So let's use whatever we can get up quickly. If we're going to use a wiki for this, though, can it be a separate wiki from wiki.postgresql.org? If I'm searching for a specific function, I don't want to hit dozens of pages about database conversion and commitfests. --Josh