Re: Fwd: Re: [GENERAL] Extracting time from timestamp - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fwd: Re: [GENERAL] Extracting time from timestamp
Date
Msg-id 10683.1048229716@sss.pgh.pa.us
Whole thread Raw
In response to Fwd: Re: [GENERAL] Extracting time from timestamp  ("Shridhar Daithankar<shridhar_daithankar@persistent.co.in>" <shridhar_daithankar@persistent.co.in>)
Responses Re: Fwd: Re: [GENERAL] Extracting time from timestamp  ("Shridhar Daithankar<shridhar_daithankar@persistent.co.in>" <shridhar_daithankar@persistent.co.in>)
List pgsql-hackers
"Shridhar Daithankar<shridhar_daithankar@persistent.co.in>" <shridhar_daithankar@persistent.co.in> writes:
> And What's so holy about "" if it is a function?

The problem is that TIME(n) is a datatype name, not a function call,
according to the SQL spec.  Likewise for TIMESTAMP(n), INTERVAL(n),
NUMERIC(m,n), and maybe one or two other special cases I've forgotten.

The SQL spec's love of special-purpose syntaxes is one of its worst
features IMHO ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: [GENERAL] Extracting time from timestamp
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: Fwd: Re: [GENERAL] Extracting time from timestamp