Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 017AE633D4B for ; Wed, 24 Feb 2010 21:37:47 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 63616-09 for ; Thu, 25 Feb 2010 01:37:28 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from glacier.frostconsultingllc.com (glacier.frostconsultingllc.com [69.36.227.170]) by mail.postgresql.org (Postfix) with ESMTP id 61BD5633CD7 for ; Wed, 24 Feb 2010 21:37:36 -0400 (AST) Received: from dsl081-245-111.sfo1.dsl.speakeasy.net ([64.81.245.111] helo=Sidney-Stratton.local) by glacier.frostconsultingllc.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1NkSfS-0007BQ-Lm for pgsql-docs@postgresql.org; Wed, 24 Feb 2010 17:37:32 -0800 Message-ID: <4B85D45A.5050507@agliodbs.com> Date: Wed, 24 Feb 2010 17:37:30 -0800 From: Josh Berkus 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: pgsql-docs@postgresql.org Subject: libpq-example.html needs to use <> includes Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-2.145 tagged_above=-10 required=5 tests=AWL=0.454, BAYES_00=-2.599 X-Spam-Level: X-Archive-Number: 201002/28 X-Sequence-Number: 5344 All, The libpq-example is using local includes for libpq-fe, instead of library includes: #include "libpq-fe.h" I can't think of a single good reason for this, is there one? --Josh Berkus