ALTER TYPE 4: temporal data types

Поиск
Список
Период
Сортировка
От Noah Misch
Тема ALTER TYPE 4: temporal data types
Дата
Msg-id 20110109220500.GE5777@tornado.leadboat.com
обсуждение исходный текст
Список pgsql-hackers
Add exemptor functions to avoid rewrites for conversions involving the temporal
data types.  I needed a find-last-set function for the interval_scale exemptor
function, so I imported one from FreeBSD.  To improve timestamp<->timestamptz
when the timezone "is" UTC/GMT, I compare the current timezone definition to the
gmt_timezone we keep handy.  To make that actually work, I've changed pg_tzset
to zero its unused bytes.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: ALTER TYPE 3: add facility to identify further no-work cases
Следующее
От: Noah Misch
Дата:
Сообщение: ALTER TYPE 5: varbit and bit