Re: [GENERAL] Allowing SYSDATE to Work - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [GENERAL] Allowing SYSDATE to Work
Date
Msg-id 2874.24.211.165.134.1163813366.squirrel@www.dunslane.net
Whole thread Raw
In response to Re: [GENERAL] Allowing SYSDATE to Work  ("Matt Miller" <pgsql@mattmillersf.fastmail.fm>)
Responses Re: [GENERAL] Allowing SYSDATE to Work  ("Matt Miller" <pgsql@mattmillersf.fastmail.fm>)
List pgsql-hackers
Matt Miller wrote:
> Can't keywords share code

Code blocks belong to productions. the way to do what you want I think is
like this:

foo: bar_or_baz    { code block }  ;

bar_or_baz: bar | baz ;


cheers

andrew




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [GENERAL] Allowing SYSDATE to Work
Next
From: Stephen Harris
Date:
Subject: Re: [GENERAL] Shutting down a warm standby database in 8.2beta3