On Sun, Oct 19, 2014 at 11:05 PM, 侯晓欢 <101...@qq...> wrote:
> How to enable dtrace after installed postgresql-xl in .rpm
>
> First,I installed postgresql-xl in .rpm not source code.Then I need to
> enable dtrace to trace dynamicly,How should I do?
>
There are no differences with Postgres itself, so here is a good reference:
http://www.postgresql.org/docs/devel/static/dynamic-trace.html
In short, the RPMs you got need to be compiled with --enable-dtrace set at
./configure. Not sure if those RPMs have it set though... Run this command
to be sure after installing the RPMs:
pg_config | grep CONFIGURE.
Note that this is a mailing list for Postgres-XC, not Postgres-XL, even if
I don't mind much..
Regards,
--
Michael
|