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

From Matt Miller
Subject Re: [GENERAL] Allowing SYSDATE to Work
Date
Msg-id 1163863740.13830.276380643@webmail.messagingengine.com
Whole thread Raw
In response to Re: [GENERAL] Allowing SYSDATE to Work  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-hackers
> > Can't keywords share code
> 
> the way to do what you want I think is
> like this:
> 
> foo: bar_or_baz
>      { code block }
>    ;
> 
> bar_or_baz: bar | baz ;

I'll try that, thanks.


pgsql-hackers by date:

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