diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2021-09-13 17:30:00 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2021-09-13 17:30:00 +0900 |
commit | 749945c2425b7c83d95b0359733f4839049fdcb8 (patch) | |
tree | b46891223da74a8e5dc0260d93bd1f7bfced370e | |
parent | f5e0ff4631b5402950db69c989c88c4c6295504b (diff) | |
download | postgresql-749945c2425b7c83d95b0359733f4839049fdcb8.tar.gz postgresql-749945c2425b7c83d95b0359733f4839049fdcb8.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
-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 c51dd1177fa..cf7488ffb2b 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -556,7 +556,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 |