• Noah Misch's avatar
    Add transform functions for AT TIME ZONE. · b8a18ad4
    Noah Misch authored
    This makes "ALTER TABLE tabname ALTER tscol TYPE ... USING tscol AT TIME
    ZONE 'UTC'" skip rewriting the table when altering from "timestamp" to
    "timestamptz" or vice versa.  While it would be nicer still to optimize
    this in the absence of the USING clause given timezone==UTC, transform
    functions must consult IMMUTABLE facts only.
    b8a18ad4
timestamp.c 132 KB