[pgadmin-support] Cleaning job statistics

2007-03-14 Thread Sabin Coanda
Hi, I'd like to clean my statistics list of a job step. Do you know how, please ? TIA, Sabin

Re: [pgadmin-support] Where is located pgAgent log on Linux ?

2007-03-14 Thread Dave Page
Sabin Coanda wrote: Hi, Do you know where is located pgAgent log on Linux, please ? stderr, or you can use the -s option to specify a file. I noticed this is missing from the docs which I've now corrected. Regards, Dave. ---(end of broadcast)

Re: [pgadmin-support] Cleaning job statistics

2007-03-14 Thread Dave Page
Sabin Coanda wrote: Hi, I'd like to clean my statistics list of a job step. Do you know how, please ? If I remember correctly, something like: DELETE FROM pgagent.pga_jobsteplog WHERE jsljstid = ; Regards, Dave ---(end of broadcast)--- TIP

Re: [pgadmin-support] Cleaning job statistics

2007-03-14 Thread Sabin Coanda
Sabin Coanda wrote: Hi, I'd like to clean my statistics list of a job step. Do you know how, please ? If I remember correctly, something like: DELETE FROM pgagent.pga_jobsteplog WHERE jsljstid = ; Regards, Dave Hi Dave, Thank you for help. Would you like to provide some documentation wit

[pgadmin-support] How to load DLL after build

2007-03-14 Thread Quan Zongliang
hi! I had built the pgAdmin3.exe with VC++2005 Express Edition. But all of the DLL files can't be found in $BUILD_ROOT/pgAdmin3/pgadmin/Release. libpg.dll, libxslt.dll, libxml2-2.dll, and so on. How about it? Just copy them here? But I think it is not a good idea. Suggest me, please. Thanks, Q