• Tom Lane's avatar
    Suppress leap-second-aware timezones in the output of pg_tzenumerate_next, · 312d5179
    Tom Lane authored
    and thereby in the pg_timezone_names view.  Although we allow such zones
    to be used in certain limited contexts like AT TIME ZONE, we don't allow
    them in SET TIME ZONE, and bug #4528 shows that they're more likely to
    confuse users than do anything useful.  So hide 'em.  (Note that we don't
    even generate these zones when installing our own timezone database.
    But they are likely to be present when using a system-provided database.)
    312d5179
pgtz.c 40.8 KB