Re: SPAM: MEDIUM * Re: [pgadmin-support] pgAdmin 1.4.3 bug with

2006-08-02 Thread postgresql . org
Dave Page wrote: I'm running on WinXP SP2 with nothing else too funky going on. Can you think of anything in my configuration that might be causing this? Nope. There have been changes in that code as you know - can you figure out an exact procedure to recreate the problem? Perhaps it takes som

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Dave Page
On 2/8/06 17:38, "Chuck" <[EMAIL PROTECTED]> wrote: > After running pgAgent with the following command: > > /usr/bin/pgagent -l 2 hostaddr=127.0.0.1 dbname=postgres user=postgres > > The pertinent debug message said: > > WARNING: Couldn't create connection: fe_sendauth: no password supplied

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in

2006-08-02 Thread Dave Page
On 2/8/06 17:19, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Dave Page wrote: >>> That's a pretty cool feature, except it also triggers that prompt if >>> you're editing a field within a row, and might be wanting to >>> delete some >>> characters within the field, not the whole row. >> >

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread postgresql . org
Melvin Davidson wrote: I cannot duplicate your problem either. Is it possible you are using/have a keyboard mapping utility program which has redefined the function of the delete key? I don't think so, but if no one else can reproduce this it must be something strange about my workstation.

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Chuck
After running pgAgent with the following command: /usr/bin/pgagent -l 2 hostaddr=127.0.0.1 dbname=postgres user=postgres The pertinent debug message said: WARNING: Couldn't create connection: fe_sendauth: no password supplied Why do I need a password for the postgres account when on the local m

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread Melvin Davidson
I cannot duplicate your problem either. Is it possible you are using/have a keyboard mapping utility program which has redefined the function of the delete key? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 02,

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread postgresql . org
Melvin Davidson wrote: You just need to use position the cursor after the character and press 'Backspace' to delete it. Yes, thanks for the workaround but I'd already figured that out. You should not be using the "Delete" key to delete characters. Surely you're joking. jl

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread postgresql . org
Dave Page wrote: That's a pretty cool feature, except it also triggers that prompt if you're editing a field within a row, and might be wanting to delete some characters within the field, not the whole row. I can't reproduce that here - it deletes the character to the right of the cursor. T

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Chuck > Sent: 02 August 2006 16:13 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pgAgent - Log error when running > > The job is only a simple insert command for test purpose

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread Melvin Davidson
You just need to use position the cursor after the character and press 'Backspace' to delete it. You should not be using the "Delete" key to delete characters. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 02, 20

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 02 August 2006 16:47 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] pgAdmin 1.4.3 bug with delete > button in win32 > > I noticed one of the new feat

[pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread postgresql . org
I noticed one of the new features on the win32 side for pgAdmin is that when you're viewing a row and press "delete" you get a prompt to delete the row. That's a pretty cool feature, except it also triggers that prompt if you're editing a field within a row, and might be wanting to delete some

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Chuck
The job is only a simple insert command for test purposes. It takes milliseconds to run so the the timing issue is still a question. I have given the postgres account full access to everything. I checked the ph_hba.conf and there is a line for the postgres account as follows: local all postgres i

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Chuck > Sent: 02 August 2006 13:19 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pgAgent - Log error when running > > Yes, it was a typo in the message but I entered and ran

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Chuck
Yes, it was a typo in the message but I entered and ran the command correctly. Some new information. I ran the command again but used a superuser account and added password= to the command line. My test script is being run by pgAgent every two minutes. It shoud be running every minute. I know

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Chuck > Sent: 02 August 2006 12:49 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pgAgent - Log error when running > > I assume you are thinking there is a space in the IP add

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Chuck
I assume you are thinking there is a space in the IP address. There is not a typo in the command line that I can see. I have enabled connection logging and this is what I now find in the log. Notice the port number keeps increasing by one each time. I have run both the pgAgent startup commands so

Re: [pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Chuck > Sent: 02 August 2006 02:29 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] pgAgent - Log error when running > > I am running pgAgent on Debian Sarge with postgresql 8.1.4.

[pgadmin-support] Devrim: RPM issue you asked about

2006-08-02 Thread Chris G
>> I am trying to install pgadmin3 1.4.3 and i ran across a problem with>> the RPM so i am trying to install from source.> What kind of a problem did you have?Seemed like a topic for a new thread. This is from the pgadmin.log file in my home directory. Got the RPM from the pgadmin3 site. Tried an o

[pgadmin-support] pgAgent - Log error when running

2006-08-02 Thread Chuck
I am running pgAgent on Debian Sarge with postgresql 8.1.4. I have run the SQLscript and installed the tables. I have run the daemon with the command: /usr/bin/pgagent hostaddr=127.0.0.1 dbname=postgres user postgres I have also tried the command: /usr/bin/pgagent hostaddr=127.0.0.1 dbna