- Notifications
You must be signed in to change notification settings - Fork5
Commit5b86fed
committed
Document cross-version compatibility issues for contrib/postgres_fdw.
One of the use-cases for postgres_fdw is extracting data from older PGservers, so cross-version compatibility is important. Document what wecan do here, and further annotate some of the coding choices that createcompatibility constraints. In passing, remove one unnecessaryincompatibility with old servers, namely assuming that we didn't need toquote the timezone name 'UTC'.1 parent8a3b677 commit5b86fed
File tree
3 files changed
+34
-4
lines changed- contrib/postgres_fdw
- doc/src/sgml
3 files changed
+34
-4
lines changedLines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
329 |
| - | |
| 329 | + | |
| 330 | + | |
330 | 331 |
| |
331 |
| - | |
| 332 | + | |
332 | 333 |
| |
333 | 334 |
| |
334 | 335 |
| |
| |||
542 | 543 |
| |
543 | 544 |
| |
544 | 545 |
| |
545 |
| - | |
546 |
| - | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
547 | 554 |
| |
548 | 555 |
| |
549 | 556 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
801 | 801 |
| |
802 | 802 |
| |
803 | 803 |
| |
| 804 | + | |
| 805 | + | |
| 806 | + | |
804 | 807 |
| |
805 | 808 |
| |
806 | 809 |
| |
|
Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
321 | 341 |
| |
322 | 342 |
| |
323 | 343 |
| |
|
0 commit comments
Comments
(0)