forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb20f2c
committed
Doc: warn that timezone abbreviations don't work in recovery_target_time.
Moving this setting into the main configuration file was ill-considered,perhaps, because that typically causes it to be set beforetimezone_abbreviations has been set. Which in turn means that zoneabbreviations don't work, only full zone names.We could imagine hacking things so that such cases do work, but thestability of the hack would be questionable, and the value isn't reallythat high. Instead just document that you should use a numeric zoneoffset or a full zone name.Per bug #16404 from Reijo Suhonen.Back-patch to v12 where this was changed.Discussion:https://postgr.es/m/16404-4603a99603fbd04c@postgresql.org1 parent98c017c commitbb20f2c
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3468 | 3468 |
| |
3469 | 3469 |
| |
3470 | 3470 |
| |
| 3471 | + | |
| 3472 | + | |
| 3473 | + | |
| 3474 | + | |
| 3475 | + | |
| 3476 | + | |
| 3477 | + | |
| 3478 | + | |
| 3479 | + | |
| 3480 | + | |
3471 | 3481 |
| |
3472 | 3482 |
| |
3473 | 3483 |
| |
|
0 commit comments
Comments
(0)