pgsql: doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS.
Date
Msg-id E1q7Ddx-000kGZ-9p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS.

In the documentation, previously the example command for
ALTER FOREIGN TABLE ... OPTIONS incorrectly included both
the option name and value with the DROP operation.
The correct syntax for the DROP operation requires only
the name of the option to be specified. This commit fixes
the example by removing the option value from the DROP operation.

Back-patch to all supported versions.

Author: Mehmet Emin KARAKAS <emin100@gmail.com>
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/CANQrdXAHzbcEYhjGoe5A42OmfvdQhHFJzyKj9gJvHuDKyOF5Ng@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8c9f56a6a43ec1954c23e98aa1292a0977eecd1c

Modified Files
--------------
doc/src/sgml/ref/alter_foreign_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix small overestimation of base64 encoding output length.