'bar' shouldn't be a string in example

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: tim(dot)needham2(at)gmail(dot)com
Subject: 'bar' shouldn't be a string in example
Date: 2023-12-18 18:06:41
Message-ID: 170292280173.1876505.5204623074024041738@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2023-12-19 11:07:47 Re: 'bar' shouldn't be a string in example
Previous Message Tom Lane 2023-12-12 16:25:26 Re: Section 4.1.2.3 repeats information presented in section 4.1.1