Re: Is DATETIME an ANSI-SQL type? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Is DATETIME an ANSI-SQL type?
Date
Msg-id 24168.1200412412@sss.pgh.pa.us
Whole thread Raw
In response to Re: Is DATETIME an ANSI-SQL type?  (Magne Mæhre <Magne.Mahre@Sun.COM>)
Responses Re: Is DATETIME an ANSI-SQL type?  ("Joost Kraaijeveld" <J.Kraaijeveld@Askesis.nl>)
List pgsql-sql
Magne Mæhre <Magne.Mahre@Sun.COM> writes:
> Joost Kraaijeveld wrote:
>> Can anyone tell me if DATETIME is an ANSI SQL type? 

> No.
> The Datetime types defined in SQL (ISO/IEC 9075:2003) are

> DATE
> TIME WITHOUT TIME ZONE
> TIME WITH TIME ZONE
> TIMESTAMP WITHOUT TIME ZONE
> TIMESTAMP WITH TIME ZONE

If you need to port from a system that used DATETIME as a type name,
consider defining DATETIME as a domain over whichever of the standard
types seems to have the closest semantics (likely the last of these).
        regards, tom lane


pgsql-sql by date:

Previous
From: Colin Wetherbee
Date:
Subject: Re: JOIN a table twice for different values in the same query
Next
From: John Hasler
Date:
Subject: Re: UTF8 encoding and non-text data types