diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2021-09-13 17:30:02 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2021-09-13 17:30:02 +0900 |
commit | b7b8e2c4a5cb9d520c907f12fe9ebd3837dffc49 (patch) | |
tree | e316094248aa9c7d55b2943d24ee1e46f789a30f /doc/src | |
parent | 58cf794ca68d90ea11888f200e0b74d01d0c7093 (diff) |
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')
-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 fd7a6fa871f..6f3c9a171f4 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -442,7 +442,7 @@ OPTIONS (ADD password_required 'false'); </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 |