public inbox for [email protected]  
help / color / mirror / Atom feed
From: Mehmet Emin KARAKAŞ <[email protected]>
To: [email protected]
Subject: Wrong Typo
Date: Wed, 29 Jul 2015 12:21:43 +0300
Message-ID: <CANQrdXC5Se7891d=XCWfgHKGNsVD742reOKiDxStuH3i3thPvA@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

Hi Everybody,

I saw wrong typo in `ALTER FOREIGN TABLE´ documentation page.(
http://www.postgresql.org/docs/9.1/static/sql-alterforeigntable.html). On
the bottom of page have an example like that.
ALTER FOREIGN TABLE myschema.distributors OPTIONS (ADD opt1 'value', SET
opt2, 'value2', DROP opt3 'value3');

Don't need to put comma  set options values. This is wrong usage and not
working. Need to remove comma after opt2. All of documentation series the
same(9.1,9.2,9.3,9.4...).True usage is;

ALTER FOREIGN TABLE myschema.distributors OPTIONS (ADD opt1 'value', SET
opt2 'value2', DROP opt3 'value3');

Thanks.



-- 
MEHMET EMİN KARAKAŞ


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: Wrong Typo
  In-Reply-To: <CANQrdXC5Se7891d=XCWfgHKGNsVD742reOKiDxStuH3i3thPvA@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox