Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Dave Page Sent: 06 October 2003 10:17 To: Matej Rizman; [EMAIL PROTECTED] Subject: Re: [pgadmin-support] PgAdmin III: Two bugs Hi Matej -Original Message- From: Matej Rizman [mailto:[EMAIL PROTECTED] Sent: 05 October 2003 23:37 T

[pgadmin-support] TUNNEL RESOLVED

2003-10-06 Thread James M Doherty PGADMIN
LeavesThe problem I was having with ssh tunneling was resolved by making the following change to the port forward scenario: pg_hba.conf: #TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD local all all trust hostall

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Dave Page
> -Original Message- > From: Dave Page > Sent: 06 October 2003 10:17 > To: Matej Rizman; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PgAdmin III: Two bugs > > > Hi Matej > > > -Original Message- > > From: Matej Rizman [mailto:[EMAIL PROTECTED] > > Sent: 05 October 2003

Re: [pgadmin-support] Two bugs in pgAdmin3 1.0.0

2003-10-06 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 06 October 2003 12:40 > To: Christopher Kings-Lynne > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Two bugs in pgAdmin3 1.0.0 > > > Christopher Kings-Lynne wrote: > > > 1. When you change the statis

Re: [pgadmin-support] Two bugs in pgAdmin3 1.0.0

2003-10-06 Thread Andreas Pflug
Christopher Kings-Lynne wrote: 1. When you change the statistics target of a column, eg: ALTER TABLE foo ALTER COLUMN bar SET STATISTICS 1000; It is not reflected in the 'code view' for the column object. We don't have statistics as property at the moment, do we need this? If so, that's a TOD

[pgadmin-support] Two bugs in pgAdmin3 1.0.0

2003-10-06 Thread Christopher Kings-Lynne
1. When you change the statistics target of a column, eg: ALTER TABLE foo ALTER COLUMN bar SET STATISTICS 1000; It is not reflected in the 'code view' for the column object. 2. On WinXP, using pgAdmin 3 1.0.0 and connecting to Cygwin pgsql 7.3.4, I get these message while connecting to the serv

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Dave Page
Hi Matej > -Original Message- > From: Matej Rizman [mailto:[EMAIL PROTECTED] > Sent: 05 October 2003 23:37 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] PgAdmin III: Two bugs > > > > PgAdmin III version: 1.0.0 > > First bug: > Creating UNIQUE constraint executes ALTER TABLE ...

[pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Matej Rizman
PgAdmin III version: 1.0.0 First bug: Creating UNIQUE constraint executes ALTER TABLE ... ADD CONSTRAINT asfd PRIMARY KEY Second bug: This bug has already been reported, but until now I haven't been able to consistently reproduce it... Well, there is scenario that causes this bug to show up