Re: Row pattern recognition - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Row pattern recognition
Date
Msg-id 20241022.135343.842876007254579242.ishii@postgresql.org
Whole thread Raw
In response to Re: Row pattern recognition  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Row pattern recognition
List pgsql-hackers
Hi,

I wonder how "PREV(col + 1)" is different from "PREV(col) + 1".
Currently my RPR implementation does not allow PREV(col + 1). If
"PREV(col + 1)" is different from "PREV(col) + 1", it maybe worthwhile
to implement "PREV(col + 1)".

Best reagards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Jay
Date:
Subject: Re: cost delay brainstorming
Next
From: "David G. Johnston"
Date:
Subject: Row pattern recognition