'bar' shouldn't be a string in example - Mailing list pgsql-docs

From PG Doc comments form
Subject 'bar' shouldn't be a string in example
Date
Msg-id 170292280173.1876505.5204623074024041738@wrigleys.postgresql.org
Whole thread Raw
Responses Re: 'bar' shouldn't be a string in example
List 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

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Section 4.1.2.3 repeats information presented in section 4.1.1
Next
From: Daniel Gustafsson
Date:
Subject: Re: 'bar' shouldn't be a string in example