...
> Imho it would be nice if we could allow "select timestamp(xxx);",
> and this has been the umpteenth request in this regard, and 7.2 is not even
> released yet.
afaicr one of the very sticky areas is the SQL99-specified syntax for
date/time literals:
timestamp(6) '2001-01-08 04:05:06'
which is difficult to reconcile with a function named timestamp:
timstamp(something)
- Thomas