forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitec7e053
committed
Doc: clarify behavior of boolean options in replication commands.
defGetBoolean() allows the "value" part of "option = value"syntax to be omitted, in which case it's taken as "true".This is acknowledged in our syntax summaries for relevant commands,but we don't seem to have documented the actual behavior anywhere.Do so for CREATE/ALTER PUBLICATION/SUBSCRIPTION. Use genericboilerplate text for this, with the idea that we can copy-and-pasteit into other relevant reference pages, whenever someone getsaround to that.Peter Smith, edited a bit by meDiscussion:https://postgr.es/m/CAHut+PvwjZfdGt2R8HTXgSZft=jZKymrS8KUg31pS7zqaaWKKw@mail.gmail.com1 parentfe9e658 commitec7e053
File tree
3 files changed
+21
-0
lines changed- doc/src/sgml/ref
3 files changed
+21
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
280 | 287 |
| |
281 | 288 |
| |
282 | 289 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
220 | 227 |
| |
221 | 228 |
| |
222 | 229 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
357 | 364 |
| |
358 | 365 |
| |
359 | 366 |
| |
|
0 commit comments
Comments
(0)