public inbox for [email protected]  
help / color / mirror / Atom feed
From: Fujii Masao <[email protected]>
To: Robert Haas <[email protected]>
Cc: pgsql-docs <[email protected]>
Subject: Re: [COMMITTERS] pgsql: More foreign table documentation improvements.
Date: Mon, 13 Jun 2011 22:56:36 +0900
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

On Mon, Jun 13, 2011 at 9:30 PM, Robert Haas <[email protected]> wrote:
> More foreign table documentation improvements.
>
> Shigeru Hanada, with some additional wordsmithing by me

This commit caused the following error when I did make html.

    openjade:ddl.sgml:3024:50:E: element "FILE" undefined

Attached patch fixes the problem.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


Attachments:

  [text/x-patch] bugfix.patch (1.2K, 2-bugfix.patch)
  download | inline diff:
*** a/doc/src/sgml/ddl.sgml
--- b/doc/src/sgml/ddl.sgml
***************
*** 3021,3027 **** ANALYZE measurement;
      <firstterm>foreign data wrapper</firstterm>. A foreign data wrapper is a
      library that can communicate with an external data source, hiding the
      details of connecting to the data source and fetching data from it. There
!     is a foreign data wrapper available as a <file>contrib</file> module,
      which can read plain data files residing on the server.  Other kind of
      foreign data wrappers might be found as third party products.  If none of
      the existing foreign data wrappers suit your needs, you can write your
--- 3021,3027 ----
      <firstterm>foreign data wrapper</firstterm>. A foreign data wrapper is a
      library that can communicate with an external data source, hiding the
      details of connecting to the data source and fetching data from it. There
!     is a foreign data wrapper available as a <filename>contrib</> module,
      which can read plain data files residing on the server.  Other kind of
      foreign data wrappers might be found as third party products.  If none of
      the existing foreign data wrappers suit your needs, you can write your


view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: [COMMITTERS] pgsql: More foreign table documentation improvements.
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox