On Aug 14, 2007, at 13:52 , Chirag Patel wrote:
> If I use timestamp(3) as an example, will postgres still allocate
> the entire 8 bytes for the column or reduce it?
8 bytes will still be allocated. Internally it's an 8-byte int or an
8-byte float depending on whether or not you compiled with enable-
integer-datetimes.
Michael Glaesemann
grzm seespotcode net