On 30/07/12 14:33, Achim Domma wrote:
Hi,
Hi Achim,
this list is meant for discussing the development of PostgreSQL, in the
future you might want to ask your question on pgsql-general.
However, to answer your question:
I call the function like this:
select * from vectormatch(array(select
Hi,
I'm just trying to figure out what's possible with Postgresql and Python. One
thing that's important for me, would be to pass result sets around to process
them further. I have a table like this:
create table fps (
docid integer,
conceptid integer,
rank float4
)
And