Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 1AB30650140 for ; Fri, 18 Jul 2008 22:33:19 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 38363-01-2 for ; Fri, 18 Jul 2008 22:32:51 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by postgresql.org (Postfix) with ESMTP id 003C065013E for ; Fri, 18 Jul 2008 22:32:44 -0300 (ADT) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 5C2EE1703C for ; Fri, 18 Jul 2008 21:32:42 -0400 (EDT) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Postgresql WWW List Subject: How to contribute to site? Date: Fri, 18 Jul 2008 21:32:42 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.213 tagged_above=0 required=5 tests=AWL=0.213 X-Spam-Level: X-Archive-Number: 200807/114 X-Sequence-Number: 15544 I am looking at https://pgweb.postgresql.org and don't see any pointers on how one contributes to the pg doc project. Also checked http://wiki.postgresql.org/wiki/Developer_FAQ and the wiki in general. Any URLs or any pointers on how to contribute? I particular I want to provide examples for this page: http://www.postgresql.org/docs/8.3/interactive/ddl-partitioning.html I spent the better part of an afternoon figuring out how to make a dynamic function to send data to the proper partition. I recall there was a presentation in a PDF that had a sample, but could not find it anymore. Neither could find any examples. Figure I could share what I have so others have a starting point when doing partitions.