Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 6FCB0633AE7 for ; Thu, 19 Mar 2009 11:34:51 -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 40216-07 for ; Thu, 19 Mar 2009 11:34:41 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.postgresql.org (Postfix) with SMTP id 001F06331ED for ; Thu, 19 Mar 2009 11:34:48 -0300 (ADT) Received: (qmail invoked by alias); 19 Mar 2009 14:34:47 -0000 Received: from gmp-ea-fw-1.sun.com (EHLO dhcp-eesp05-101-114.Finland.Sun.COM) [192.18.1.36] by mail.gmx.net (mp029) with SMTP; 19 Mar 2009 15:34:47 +0100 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1980b8v0oh8Ac99ZHeG4OA6065zl59pq64vtxRdxz Koq5Iw9SYMNBMZ Message-ID: <49C25806.9030505@gmx.net> Date: Thu, 19 Mar 2009 16:34:46 +0200 From: Peter Eisentraut User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: PostgreSQL WWW Subject: Code snippet hosting? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.74 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.105 tagged_above=0 required=5 tests=AWL=0.105 X-Spam-Level: X-Archive-Number: 200903/150 X-Sequence-Number: 16804 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. Ideas anyone?