Re: Updatable views/with check option parsing

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Hannu Krosing <hannu(at)skype(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Updatable views/with check option parsing
Date: 2006-05-24 13:55:31
Message-ID: 447465D3.4060901@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hannu Krosing wrote:
> Can't we teach tokenized a new token "WITH TIME ZONE" ?
>

No, that's three tokens, not one. We surely don't want to start making
white space significant.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-05-24 14:01:45 Re: Allow commenting of variables in postgresql.conf to
Previous Message Tom Lane 2006-05-24 13:52:50 Re: Improving ALTER TYPE support