We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04c63b commit 37970c2Copy full SHA for 37970c2
contrib/postgres_fdw/option.c
@@ -157,7 +157,7 @@ InitPgFdwOptions(void)
157
/* cost factors */
158
{"fdw_startup_cost", ForeignServerRelationId, false},
159
{"fdw_tuple_cost", ForeignServerRelationId, false},
160
- /* updatable option is available on both server and table */
+ /* updatable is available on both server and table */
161
{"updatable", ForeignServerRelationId, false},
162
{"updatable", ForeignTableRelationId, false},
163
/* "extensions" option is available on server */
0 commit comments