last note to rewrite function

Started by Pavel Stehuleover 18 years ago3 messageshackers
Jump to latest
#1Pavel Stehule
pavel.stehule@gmail.com

Hello

ts_rewrite(ARRAY[query TSQUERY, target TSQUERY, sample TSQUERY])
returns TSQUERY

why we use array? Multicolumn aggregate function is maybe more natural?

and we can this? It is too late for change?

Regards
Pavel Stehule

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Pavel Stehule (#1)
Re: last note to rewrite function

"Pavel Stehule" <pavel.stehule@gmail.com> writes:

ts_rewrite(ARRAY[query TSQUERY, target TSQUERY, sample TSQUERY])
returns TSQUERY

why we use array?

That function is gone.

regards, tom lane

#3Pavel Stehule
pavel.stehule@gmail.com
In reply to: Tom Lane (#2)
Re: last note to rewrite function

On 09/11/2007, Tom Lane <tgl@sss.pgh.pa.us> wrote:

"Pavel Stehule" <pavel.stehule@gmail.com> writes:

ts_rewrite(ARRAY[query TSQUERY, target TSQUERY, sample TSQUERY])
returns TSQUERY

why we use array?

That function is gone.

regards, tom lane

ook, sure

Pavel