Re: Time as keyword - Mailing list pgsql-hackers

From Holger Krug
Subject Re: Time as keyword
Date
Msg-id 20020108161322.B9186@dev12.rationalizer.com
Whole thread Raw
In response to Time as keyword  (Dwayne Miller <dwayne-miller@home.com>)
List pgsql-hackers
On Thu, Jan 03, 2002 at 10:20:21PM -0500, Dwayne Miller wrote:
> Did time become a keyword in 7.2?

$ grep TIME src/backend/parser/keywords.c {"current_time", CURRENT_TIME},{"current_timestamp",
CURRENT_TIMESTAMP},{"time",TIME},{"timestamp", TIMESTAMP},
 
-- 
Holger Krug
hkrug@rationalizer.com


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: GETTIMEOFDAY_1ARG change
Next
From: Holger Krug
Date:
Subject: Re: JDBC: why is PGobject class instead of interface?