diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2021-09-13 17:30:03 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2021-09-13 17:30:03 +0900 |
commit | 99a1c5d068d84f5097ab40842ecd766d69491d6c (patch) | |
tree | f53b493576063ba89b13f75af714c90174e15d0f /doc/src/sgml/postgres-fdw.sgml | |
parent | b34dcf87f685ab6c7705d4dd504f23025bfc75b0 (diff) | |
download | postgresql-99a1c5d068d84f5097ab40842ecd766d69491d6c.tar.gz postgresql-99a1c5d068d84f5097ab40842ecd766d69491d6c.zip |
Doc: Remove type information for import_generated in postgres-fdw.sgml.
The type information for FDW options is only added to HEAD; remove this
from back branches. Oversight in commit aa769f80e.
Apply the patch to v12, v13, and v14.
Discussion: https://postgr.es/m/CAPmGK14z92twaKwRoccHbbh5Va5vbRDZcTYYTx50+0JTQ8xx_g@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index eda1200708e..2b6d48286b6 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -406,7 +406,7 @@ </listitem> </varlistentry> <varlistentry> - <term><literal>import_generated</literal> (<type>boolean</type>)</term> + <term><literal>import_generated</literal></term> <listitem> <para> This option controls whether column <literal>GENERATED</literal> expressions |