libpq-example.html needs to use <> includes

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: libpq-example.html needs to use <> includes
Date: 2010-02-25 01:37:30
Message-ID: 4B85D45A.5050507@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message gabrielle 2010-02-25 02:42:19 [PATCH] log_statement docs
Previous Message Bruce Momjian 2010-02-24 16:28:44 Re: Improve pg_restore docs