[GENERAL] not officially documented use of setweight??

2010-01-25 Thread Ivan Sergio Borgonovo
I think I've learned how to use pg text search from Oleg and Teodor documentation since I've found on my code this use of setweight: query := query setweight(configuration, 'banana apple orange', 'B', ''); But I can't find any trace of this use in official postgres docs. The docs just says:

Re: [GENERAL] not officially documented use of setweight??

2010-01-25 Thread Ivan Sergio Borgonovo
On Mon, 25 Jan 2010 12:01:04 +0100 Ivan Sergio Borgonovo m...@webthatworks.it wrote: I think I've learned how to use pg text search from Oleg and Teodor documentation since I've found on my code this use of setweight: query := query setweight(configuration, 'banana apple orange', 'B',