TRUNC vs. TRUNCATE - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject TRUNC vs. TRUNCATE
Date
Msg-id 4385ADE1.1070907@familyhealth.com.au
Whole thread Raw
Responses Re: TRUNC vs. TRUNCATE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Hi,

I notice we added CEILING() as an alias to CEIL() for compatibility.  We 
also have POWER() for POW().

I notice that MySQL uses TRUNCATE() and we only have TRUNC().  Is 
TRUNCATE actually spec compliant?  Should we add TRUNCATE anyway for 
consistency and compatibility?

Chris


pgsql-hackers by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: POWER vs. POW ???
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: POWER vs. POW ???