...
> There are seven timestamp() functions in pg_proc and I don't think any
> of them can be used; should they not be removed or renamed?
They are used internally for type coersion. The problem is only at the
parser level, where SQL9x mandates a conflicting syntax.
- Thomas