CREATE FOREIGN TABLE doc

Started by Shigeru HANADAalmost 15 years ago2 messages
#1Shigeru HANADA
hanada@metrosystems.co.jp
1 attachment(s)

I noticed that CREATE FOREIGN TABLE document would need some
corrections.

- server_name is not mentioned in Parameters section
- "=" is unnecessary in OPTIONS

Please find attached a brief patch.

Regards,
--
Shigeru Hanada

Attachments:

create_foreign_table_doc.patchapplication/octet-stream; name=create_foreign_table_doc.patchDownload
diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 77c6214..ad91072 100644
*** a/doc/src/sgml/ref/create_foreign_table.sgml
--- b/doc/src/sgml/ref/create_foreign_table.sgml
*************** CREATE FOREIGN TABLE [ IF NOT EXISTS ] <
*** 126,132 ****
     </varlistentry>
  
     <varlistentry>
!     <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> = '<replaceable class="PARAMETER">value</replaceable>' [, ...] )</literal></term>
      <listitem>
       <para>
        Options to be associated with the new foreign table.
--- 126,141 ----
     </varlistentry>
  
     <varlistentry>
!     <term><replaceable class="PARAMETER">server_name</replaceable></term>
!     <listitem>
!      <para>
!       The name of an existing server for the foreign table.
!      </para>
!     </listitem>
!    </varlistentry>
! 
!    <varlistentry>
!     <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ...] )</literal></term>
      <listitem>
       <para>
        Options to be associated with the new foreign table.
#2Robert Haas
robertmhaas@gmail.com
In reply to: Shigeru HANADA (#1)
Re: CREATE FOREIGN TABLE doc

On Wed, Mar 16, 2011 at 6:26 AM, Shigeru HANADA
<hanada@metrosystems.co.jp> wrote:

I noticed that CREATE FOREIGN TABLE document would need some
corrections.

 - server_name is not mentioned in Parameters section
 - "=" is unnecessary in OPTIONS

Please find attached a brief patch.

Committed, thanks.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company