Re: Time as keyword

From: Holger Krug <hkrug(at)rationalizer(dot)com>
To: Dwayne Miller <dwayne-miller(at)home(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Time as keyword
Date: 2002-01-08 15:13:22
Message-ID: 20020108161322.B9186@dev12.rationalizer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rationalizer(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-01-08 15:15:22 Re: [HACKERS] Updated TODO item
Previous Message Holger Krug 2002-01-08 15:11:24 Re: JDBC: why is PGobject class instead of interface?