diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-12-19 14:13:50 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-12-19 14:13:50 +0100 |
commit | d5873aaec789dc4c17ca54f0b0b79707fce84219 (patch) | |
tree | 88b02f6d82b14744ce3fdce8ce800bf476e805d6 /src/backend/access/spgist/spgutils.c | |
parent | bfbe4a146e37dd57bcd6eb3d7abfa6d6668da4f9 (diff) | |
download | postgresql-d5873aaec789dc4c17ca54f0b0b79707fce84219.tar.gz postgresql-d5873aaec789dc4c17ca54f0b0b79707fce84219.zip |
doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example
The example for dropping an option was incorrectly quoting the
option key thus making it a value turning the command into an
unqualified ADD operation. The result of dropping became adding
a new key/value pair instead:
d=# alter foreign data wrapper f options (drop 'b');
ALTER FOREIGN DATA WRAPPER
d=# select fdwoptions from pg_foreign_data_wrapper where fdwname='f';
fdwoptions
------------
{drop=b}
(1 row)
This has been incorrect for a long time so backpatch to all
supported branches.
Author: Tim <tim.needham2@gmail.com>
Discussion: https://postgr.es/m/170292280173.1876505.5204623074024041738@wrigleys.postgresql.org
Diffstat (limited to 'src/backend/access/spgist/spgutils.c')
0 files changed, 0 insertions, 0 deletions