[pgadmin-support] What is considered a "slow processes"

2011-01-06 Thread Benjamin Krajmalnik
While playing around with pgadmin to see the state of running queries, I noticed that all of the queries are falling under the category of "slow processes" or "idle process". Some of the process whose query is showing as idle are tagged as idle processes, while some are tagged as slow processes.

Re: [pgadmin-support] Compiling pgAgent on FreeBSD 8

2010-04-23 Thread Benjamin Krajmalnik
Thanks! That pointed me in the right direction. The ex-config had a different name (with versioning in it), so I simply created a symlink to it and that fixed it. Also had to turn off static build, but it all appears to have worked. Thank you so much for your assistance! -- Sent via pgadmin-su

Re: [pgadmin-support] Compiling pgAgent on FreeBSD 8

2010-04-23 Thread Benjamin Krajmalnik
4 PM > To: Benjamin Krajmalnik > Cc: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Compiling pgAgent on FreeBSD 8 > > On Fri, Apr 23, 2010 at 7:04 PM, Benjamin Krajmalnik > wrote: > > As you may be aware, there is no longer a port for pgagent (which > use

[pgadmin-support] Compiling pgAgent on FreeBSD 8

2010-04-23 Thread Benjamin Krajmalnik
As you may be aware, there is no longer a port for pgagent (which used to be part of the pgadmin port). I am building a new box (FreeBSD 8) and having some issues compiling pgagent from source. I already installed pgadmin, so the wxwidgets are already installed. These are the steps which I took

[pgadmin-support] Table size

2010-02-04 Thread Benjamin Krajmalnik
In pgAdmin, one can view the total disk size occupied by a table in the statistics view when in the "Tables" context. What query is being used to calculate this? I have found pg_relation_size() but it has to be called for multiple entities in order to arrive at the total utilization. Thanks i

[pgadmin-support] Missing pgagent on 1.10.0 FreeBSD port?

2009-11-10 Thread Benjamin Krajmalnik
It appears that pgagent is missing from the FreeBSD port of pgAdmin3 1.10.0. Can someone confirm this? I just built a new test environment and unfortunately pgagent does not appear to be installed when installing pgAdmin. TIA

Re: [pgadmin-support] Need help urgent!!!

2009-07-13 Thread Benjamin Krajmalnik
There is a bug on the php pg libraries for windows. Apparently they are having an issue loading the libraries (started about a year ago with an apparent change in the way the p libraries are compiled).. On my windows test installations I have had to downgrade to earlier versions of PHP. > -Ori

Re: [pgadmin-support] PgAgent without wxWidgets?

2009-03-29 Thread Benjamin Krajmalnik
Dave, If all that is required is the pgagent binary (single file) I can send it to him since I have both x86 and amd64 versions running. Just want to make sure I send him everything he needs. > -Original Message- > From: pgadmin-support-ow...@postgresql.org [mailto:pgadmin-support- > ow..

Re: [pgadmin-support] Why is pgAdmin so crap?

2008-09-04 Thread Benjamin Krajmalnik
Let's see - you say it's crap, everyone else likes it. Heck, if you don't like it don't use it. However, do take your bitching elsewhere. This forums are for people who have a constructive attitude, which you obviously don't. So, if you feel you have some sort of entitlement to bitch, start your ow

Re: [pgadmin-support] Potential issue with pgAgent when updating pga_jobsteplog

2008-05-06 Thread Benjamin Krajmalnik
Via pgAdmin, going into the pgagent catalog, I do not have an option of changing the column type to int4. > -Original Message- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 06, 2008 4:57 AM > To: Benjamin Krajmalnik > Cc: pgadmin-support@postgresql.or

[pgadmin-support] Potential issue with pgAgent when updating pga_jobsteplog

2008-05-05 Thread Benjamin Krajmalnik
I have a scehduled job which randomizes a column inside a table. The query is as follows: update tbllocations set randsort=random(); Every time the job runs, it performs its task properly without any issues, but I kept seeing the job as failed, and if you view the statistics on the jon it shous

Re: [pgadmin-support] Error installing instrumentation functins on FreeBSD 6.1

2006-08-05 Thread Benjamin Krajmalnik
I just tried running the admin81.sql script directly on the server via psql. I ran it twice - these are the results from the second run:   %psql postgres < admin81.sqlERROR:  could not access file "$libdir/admin81": No such file or directoryERROR:  could not access file "$libdir/admin81": No

[pgadmin-support] Error installing instrumentation functins on FreeBSD 6.1

2006-08-04 Thread Benjamin Krajmalnik
I am having some minor issues installing the instrumentation functions on FreeBSD. I copied th admin81 directory into the contrib folder and modified the Makefile to also read that directory. So far so good. I do see admin81.so in /usr/local/pgsql/lib   I restarted postgres.   I conncted f

[pgadmin-support] Problem setting custom auto-vaccum settings

2006-07-20 Thread Benjamin Krajmalnik
I hae a set of tables which are quite large and which only have records inserted into them. The size of the tables (which are partitioned tables) reach 2-3GB (data only) plus indices. I decided to exclude them from the auto-vacuum process, since I identified that I was having performance issues wh

Re: [pgadmin-support] pgAgent question

2006-04-20 Thread Benjamin Krajmalnik
Message-From: Dave Page [mailto:[EMAIL PROTECTED]Sent: Thursday, April 20, 2006 1:10 PMTo: Benjamin Krajmalnik; pgadmin-support@postgresql.orgSubject: RE: [pgadmin-support] pgAgent question   That looks straightforward enough - how quickly does it run in psql? That uses PQexec like pgAgent

Re: [pgadmin-support] pgAgent question

2006-04-20 Thread Benjamin Krajmalnik
= myrecord.testguid and tblkstests.testid = myrecord.testid ;   close mycursor; END LOOP;    -- select startdate; return startdate;END;$BODY$  LANGUAGE 'plpgsql' VOLATILE; From: Dave Page [mailto:[EMAIL PROTECTED]Sent: Thu 4/20/2006 9:35 AMTo: Benjamin Krajmalnik; pgadmin-support@postgresql

Re: [pgadmin-support] pgAgent question

2006-04-20 Thread Benjamin Krajmalnik
: Benjamin KrajmalnikCc: pgadmin-support@postgresql.orgSubject: RE: pgAgent question > -Original Message-> From: Benjamin Krajmalnik [mailto:[EMAIL PROTECTED]]> Sent: 19 April 2006 20:23> To: Dave Page> Subject: pgAgent question>> Hi Dave,>> I have a quick

[pgadmin-support] pgAgent problems

2006-04-05 Thread Benjamin Krajmalnik
I am having problems with pgAgent. I installed the seervice with the following command:   C:\Program Files\PostgreSQL\8.1\bin>"C:\Program Files\PostgreSQL\8.1\bin\pgAgent" INSTALL pgAgent -u postgres -p postgres -t 60 hostaddr=127.0.0.1 dbname=postgres user=postgres   In the services, the path t