view main/database/doc/dev-postgresql/timeformats.txt @ 11655:6bbb1584d933 octave-forge

More efficient code order in float converters (probably useless with -O0). Some more explanations in timeformat notes.
author i7tiol
date Sat, 27 Apr 2013 08:19:00 +0000
parents 9aee227e296c
children 1b4e81051b66
line wrap: on
line source

timestamp:

Timestamp (8 byte, float or int) (microseconds (int) or seconds
(float) before or after 'midnight' 2000-01-01; does not fit range?)


timestamptz:

TimestampTz (8 byte, float or int) (as timestamp)


interval:

TimeOffset (8 byte, float or int) (microseconds (int) or seconds (float))

int32                (days)

int32                (months)


time:

TimeADT (8 byte, float or int) (microseconds (int) or seconds (float) ?)


timetz (don't implement?):

TimeADT (8 byte, float or int) (microseconds (int) or seconds (float) ?)

int32                 (timezone in seconds)


date:

int32