forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit378d73e
committed
doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS.
In the documentation, previously the example command forALTER FOREIGN TABLE ... OPTIONS incorrectly included boththe option name and value with the DROP operation.The correct syntax for the DROP operation requires onlythe name of the option to be specified. This commit fixesthe example by removing the option value from the DROP operation.Back-patch to all supported versions.Author: Mehmet Emin KARAKAS <emin100@gmail.com>Reviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/CANQrdXAHzbcEYhjGoe5A42OmfvdQhHFJzyKj9gJvHuDKyOF5Ng@mail.gmail.com1 parent53ea2b7 commit378d73e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
521 | 521 |
| |
522 | 522 |
| |
523 | 523 |
| |
524 |
| - | |
| 524 | + | |
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
|
0 commit comments
Comments
(0)