Re: datetime_in()
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: Terry Mackintosh <terry@terrym.com>
Cc: pgsql-hackers@postgresql.org
Date: 2000-08-17T04:41:18Z
Lists: pgsql-hackers
> Does the function datetime_in() still exist?
> If not, what should be used in it's stead?
Use timestamp_in() and TIMESTAMPOID instead. It is related to the topic
in the release notes for 7.0 that datetime has been deprecated and the
(formerly barely functional) timestamp has taken its place.
- Thomas