Search Postgresql Archives

Best practice for specifying an interval

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

 



I notice that section 9.9 of the manual has examples including both HOUR and HOURS, but the list of reserved words includes only the former.

Am I correct in assuming that

	select time '11:00' - interval '3 hour';

is preferred to

	select time '11:00' - interval '3 hours';


In a similar vein, are fractional hours best specified as

	select time '11:00' - interval '3 hour 45 minute';

or as

	select time '11:00' - interval '3.75 hour';

or with the interval converted to an integer number of minutes?

All these forms appear to work. I've got no intention of jumping ship but am curious as to the favoured and most portable style.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org/

[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