'bar' shouldn't be a string in example

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: tim.needham2@gmail.com
Date: 2023-12-18T18:06:41Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/sql-alterforeigndatawrapper.html
Description:

Hi,

Re. this example:

ALTER FOREIGN DATA WRAPPER dbi OPTIONS (ADD foo '1', DROP 'bar');

I think "bar" is akin to "foo" and therefore should be similarly an option?
(i.e. not a string value)?

Many thanks

Tim

Commits

  1. doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example