2011/5/10 Mark :
> Thanks for quick reply,
> but I want to know, which of these method is called in concrete situation. I
> suppose, that ts_rank call only one of these functions(ts_rank_wttf ,
> ts_rank_wtt , ts_rank_ttf ,ts_rank_tt ). Is it possible?
Yes, same table:
select proname,prosrc,proret
Thanks for quick reply,
but I want to know, which of these method is called in concrete situation. I
suppose, that ts_rank call only one of these functions(ts_rank_wttf ,
ts_rank_wtt , ts_rank_ttf ,ts_rank_tt ). Is it possible?
Thanks for reply
Mark
--
View this message in context:
http://postgr
2011/5/10 Mark :
> Is there in PostgreSQL posibility to track which function in C file is called
> by postgres functions. For example I would like to see which functions are
> calling in ts_rank.
select proname,prosrc from pg_proc where proname = 'ts_rank';
proname |prosrc
-+-
Is there in PostgreSQL posibility to track which function in C file is called
by postgres functions. For example I would like to see which functions are
calling in ts_rank.
Thanks for reply
Mark
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/track-functions-call-tp438422