Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 0DE25632D6D for ; Sun, 5 Apr 2009 15:46:37 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 04498-08 for ; Sun, 5 Apr 2009 15:46:35 -0300 (ADT) X-Greylist: delayed 00:11:27.448599 by SQLgrey-1.7.6 Received: from proxy.hddesign.com (cluster.hddesign.com [216.165.191.36]) by mail.postgresql.org (Postfix) with ESMTP id 7D3EA632D2B for ; Sun, 5 Apr 2009 15:46:35 -0300 (ADT) Received: from [192.168.0.3] (h75-100-71-30.vrnawi.dsl.dynamic.tds.net [75.100.71.30]) (authenticated bits=0) by proxy.hddesign.com (8.12.9p2/8.12.9) with ESMTP id n35IZ1D8063033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Apr 2009 13:35:05 -0500 (CDT) (envelope-from dn@hddesign.com) Message-ID: <49D8F9CB.4030700@hddesign.com> Date: Sun, 05 Apr 2009 13:34:51 -0500 From: David Niergarth User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-hddesign-MailScanner-Information: Please contact the ISP for more information X-hddesign-MailScanner: Found to be clean X-MailScanner-From: dn@hddesign.com Subject: SQL formatting in docs 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: 200904/3 X-Sequence-Number: 5091 Hopefully not a naive question... How are all the queries in the postgres docs formatted? They're all very consistent and nice pretty printed, especially complex queries. How can I do the same? --David