Search Postgresql Archives

Re: optimize/cleanup SQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brandon Metcalf <brandon@xxxxxxxxxxxxxxxxxx> writes:
> For some reason this doesn't give me satisfaction that it's written
> optimally, but I haven't found another way.

>   SELECT round(CAST ((EXTRACT(EPOCH FROM clockout)
>               -EXTRACT(EPOCH FROM clockin))/3600 AS NUMERIC),2) AS hours
>     FROM timeclock;

> The clockin and clockout columns are of type timestamp.

timestamp, or timestamptz?  extract(epoch from timestamptz) is really
quite a cheap operation; there's no need to worry about performance
in that case.  If what's bothering you is ugliness, encapsulate this
as an inlineable SQL function.

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux