Implement timestamp pseudotype

Поиск
Список
Период
Сортировка
От rsmogura
Тема Implement timestamp pseudotype
Дата
Msg-id 3167c9d2fb207015ff3d726392e48b79@mail.softperience.eu
обсуждение исходный текст
Список pgsql-general
 In order to implement sending in binary mode timestamps with / without
 timezone I want to create pseudo type. Driver should create this
 autmaticly, if it will have enough permissions. What method should I
 implement?

 1) Of course cast to timestamp, date, time with / without time zone,
 in, out, send, recv.
 2) Any other methods are required or desired, I mean comparison
 operators, etc?

 Kind regards,
 Radek

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

Предыдущее
От: Scott Mead
Дата:
Сообщение: Re: Tablespace Issue
Следующее
От: John DeSoi
Дата:
Сообщение: Re: disable triggers using psql