Implement timestamp pseudotype - Mailing list pgsql-general

From rsmogura
Subject Implement timestamp pseudotype
Date
Msg-id 3167c9d2fb207015ff3d726392e48b79@mail.softperience.eu
Whole thread Raw
List 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 by date:

Previous
From: Scott Mead
Date:
Subject: Re: Tablespace Issue
Next
From: John DeSoi
Date:
Subject: Re: disable triggers using psql