create_foreign_table_doc.patch
application/octet-stream
Filename: create_foreign_table_doc.patch
Type: application/octet-stream
Part: 0
Message:
CREATE FOREIGN TABLE doc
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/create_foreign_table.sgml | 0 | 0 |
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.