Re: [GENERAL] track functions call

2011-05-11 Thread Cédric Villemain
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

Re: [GENERAL] track functions call

2011-05-11 Thread 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? Thanks for reply Mark -- View this message in context: http://postgr

Re: [GENERAL] track functions call

2011-05-10 Thread Cédric Villemain
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 -+-

[GENERAL] track functions call

2011-05-10 Thread 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. Thanks for reply Mark -- View this message in context: http://postgresql.1045698.n5.nabble.com/track-functions-call-tp438422