[DOCS] timezone default

2004-09-18 Thread Josh Purinton
According to
,
'timestamp' defaults to 'timestamp with time zone'. But that page also
lists 'timestamp' an alias for 'timestamp without time zone'.

Something's not right.

-- 
Josh Purinton

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [DOCS] timezone default

2004-09-18 Thread Tom Lane
Josh Purinton <[EMAIL PROTECTED]> writes:
> According to
> ,
> 'timestamp' defaults to 'timestamp with time zone'. But that page also
> lists 'timestamp' an alias for 'timestamp without time zone'.

Good catch.  Table 8-9 has the brackets in the right places, but it
looks like we missed updating table 8-1.

regards, tom lane

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])