Re: [GENERAL] Allowing SYSDATE to Work

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: "Matt Miller" <pgsql(at)mattmillersf(dot)fastmail(dot)fm>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [GENERAL] Allowing SYSDATE to Work
Date: 2006-11-18 01:29:26
Message-ID: 2874.24.211.165.134.1163813366.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Berkus 2006-11-18 01:30:00 Re: [GENERAL] Allowing SYSDATE to Work
Previous Message Tomas Vondra 2006-11-18 00:45:24 Re: After Update Triggers

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2006-11-18 01:30:00 Re: [GENERAL] Allowing SYSDATE to Work
Previous Message Andrew Dunstan 2006-11-18 00:05:54 Re: pgsql: Clarify description of CIDR-address column