Re: 'bar' shouldn't be a string in example

2023-12-19 Thread Daniel Gustafsson
> On 18 Dec 2023, at 19:06, PG Doc comments form wrote: > 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)? Nice catch, "DROP 'bar'" is considered to be unqualified and t

'bar' shouldn't be a string in example

2023-12-19 Thread PG Doc comments form
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