Re: [pgadmin-support] Unable to Restore DB

2005-10-24 Thread Paul Newman
Hi Dave, Sorry for the delay in getting back to you. I have a the same problem as Michael Schmidt has reported under the heading “Backup Problem” (posted in the last day or two). I had installed PGADMIN separately, from the latest beta, but after this problem I installed from the main post

[pgadmin-support] pgAgent setup

2005-10-24 Thread Paolo Saudin
Hi,    I've installed the latest PostgreSQL release, 8.1-beta4 with default settings.I installed the 'pgagent.sql' script and the service with the following command :pgAgent INSTALL pgAgent -u postgres -p postmaster hostaddr=127.0.0.1 dbname=postgres user=postgres windows user (created durin

[pgadmin-support] Beta3 schema priveliges problem

2005-10-24 Thread Belbin, Peter
Title: Beta3 schema priveliges problem On the Schema properties popup, Priveliges tab, the only selection in the 'Group' combo box within the 'Priveliges' panel at the bottom seems to be the 'public' group.  Even though there are other groups in the list, choosing one other than 'public' seems

Re: [pgadmin-support] pgAdmin III 1.2.2 edit grid crashes with single-column

2005-10-24 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dr. Harald Fricke > Sent: 24 October 2005 13:20 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pgAdmin III 1.2.2 edit grid > crashes with single-column > > > > (...) > >

Re: [pgadmin-support] Error on pgAdminIII 1.2.2 and 1.4.0

2005-10-24 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Keith > Sent: 24 October 2005 13:51 > To: Andreas Pflug > Cc: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Error on pgAdminIII 1.2.2 and 1.4.0 > > Hi Andreas, > > Your tip abou

Re: [pgadmin-support] Backup problem

2005-10-24 Thread Dave Page
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmidtSent: 23 October 2005 16:21To: pgadmin-support@postgresql.orgSubject: Re: [pgadmin-support] Backup problem The error message I posted came from the pgAdmin log.  The pgAdmin error mess

Re: [pgadmin-support] Error on pgAdminIII 1.2.2 and 1.4.0

2005-10-24 Thread Keith
Hi Andreas, Your tip about a namespace did the trick. I had renamed the "public" schema which had caused all of my problems. I do not understand why. Returning the schema name to "public" fixed everything. Thank you, Keith --- Andreas Pflug <[EMAIL PROTECTED]> wrote: > > Whenever I connect

Re: [pgadmin-support] pgAdmin III 1.2.2 edit grid crashes with single-column

2005-10-24 Thread Dr. Harald Fricke
(...) I've got a table with only one column (also primary key) of type varchar. pgAdmin crashes every time I insert a new row in the edit grid, (...) Hmm - can you post your full table definition please, including any foreign keys and referenced tables? (...) Well, after fiddeling with tha

Re: [pgadmin-support] pgAdmin III 1.2.2 edit grid crashes with single-column

2005-10-24 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dr. Harald Fricke > Sent: 24 October 2005 09:34 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pgAdmin III 1.2.2 edit grid > crashes with single-column > > Dave Page wrote

Re: [pgadmin-support] pgAdmin III 1.2.2 edit grid crashes with single-column

2005-10-24 Thread Andreas Pflug
Dr. Harald Fricke wrote: Dave Page wrote: -Original Message- (...) Hello all, I have got a strange problem with pgAdmin III 1.2.2 on Windows XP SP2. I've got a table with only one column (also primary key) of type varchar. pgAdmin crashes every time I insert a new row in the edi

Re: [pgadmin-support] pgAdmin III 1.2.2 edit grid crashes with single-column

2005-10-24 Thread Dr. Harald Fricke
Dave Page wrote: -Original Message- (...) Hello all, I have got a strange problem with pgAdmin III 1.2.2 on Windows XP SP2. I've got a table with only one column (also primary key) of type varchar. pgAdmin crashes every time I insert a new row in the edit grid, either when hittin