View Single Post

   
  #3 (permalink)  
Old 04-12-2008, 06:38 AM
Andrew Dunstan
 
Posts: n/a
Default Re: [GENERAL] Allowing SYSDATE to Work

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



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote