"Hitoshi Harada" <umi(dot)tanuki(at)gmail(dot)com> writes:
> 2008/12/31 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
>> RANGE UNBOUNDED PRECEDING -- same as AND CURRENT ROW
>> ROWS UNBOUNDED PRECEDING -- same as AND CURRENT ROW
> Is this true?
7.11 syntax rule 9 says so. AFAICS general rule 5b doesn't discuss the
case where <window frame bound 2> isn't present, and doesn't need to
because of syntax rule 9.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: KaiGai Kohei | Date: 2009-01-05 00:44:49 |
| Subject: Re: generic reloptions improvement |
| Previous: | From: Hitoshi Harada | Date: 2009-01-05 00:16:23 |
| Subject: Re: WIP patch for basic window frame support |