bsmith(at)h-e(dot)com (Bob Smith, Hammett & Edison, Inc.) writes:
> On a related note, does anyone know if 'current' works with DATE?
DATE does not have an internal representation of 'current', so the DATE
input parser treats it the same as 'now'. AFAIR only timestamp (nee
datetime) has that concept.
FYI, the concept of 'current' has been deemed broken and removed
altogether for 7.2. See discussions in the pgsql-hackers archives
if you want to know why.
regards, tom lane