public inbox for [email protected]help / color / mirror / Atom feed
pgsql: More foreign table documentation improvements. 3+ messages / 3 participants [nested] [flat]
* pgsql: More foreign table documentation improvements. @ 2011-06-13 12:30 Robert Haas <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Robert Haas @ 2011-06-13 12:30 UTC (permalink / raw) To: [email protected] More foreign table documentation improvements. Shigeru Hanada, with some additional wordsmithing by me Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/43ea23a346cd32d5ae2ca1d465db6f3beb65bf13 Modified Files -------------- doc/src/sgml/ddl.sgml | 9 +++++---- doc/src/sgml/fdwhandler.sgml | 11 +++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [COMMITTERS] pgsql: More foreign table documentation improvements. @ 2011-06-13 13:56 Fujii Masao <[email protected]> parent: Robert Haas <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Fujii Masao @ 2011-06-13 13:56 UTC (permalink / raw) To: Robert Haas <[email protected]>; +Cc: pgsql-docs 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 ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [COMMITTERS] pgsql: More foreign table documentation improvements. @ 2011-06-13 14:14 Robert Haas <[email protected]> parent: Fujii Masao <[email protected]> 0 siblings, 0 replies; 3+ messages in thread From: Robert Haas @ 2011-06-13 14:14 UTC (permalink / raw) To: Fujii Masao <[email protected]>; +Cc: Robert Haas <[email protected]>; pgsql-docs On Mon, Jun 13, 2011 at 9:56 AM, Fujii Masao <[email protected]> wrote: > 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. Sorry 'bout that, committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company ^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2011-06-13 14:14 UTC | newest] Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2011-06-13 12:30 pgsql: More foreign table documentation improvements. Robert Haas <[email protected]> 2011-06-13 13:56 ` Fujii Masao <[email protected]> 2011-06-13 14:14 ` Robert Haas <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox