forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit312d517
committed
Suppress leap-second-aware timezones in the output of pg_tzenumerate_next,
and thereby in the pg_timezone_names view. Although we allow such zonesto be used in certain limited contexts like AT TIME ZONE, we don't allowthem in SET TIME ZONE, and bug #4528 shows that they're more likely toconfuse users than do anything useful. So hide 'em. (Note that we don'teven generate these zones when installing our own timezone database.But they are likely to be present when using a system-provided database.)1 parent10e3acb commit312d517
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
1499 | 1499 |
| |
1500 | 1500 |
| |
1501 | 1501 |
| |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
1502 | 1508 |
| |
1503 | 1509 |
| |
1504 | 1510 |
| |
|
0 commit comments
Comments
(0)