Re: [pgadmin-support] Wish List Request: Tabbed SQL Query Window

2008-06-24 Thread Chris St Denis
option. -- Chris St Denis Programmer SmarttNet (www.smartt.com) Ph: 604-473-9700 Ext. 200 --- "Smart Internet Solutions For Businesses"

[pgadmin-support] Replication upgrade fails

2008-06-12 Thread Chris St Denis
I upgraded slony on the servers from 1.2.13 to 1.2.14 and downloaded the 1.2.14 creation scripts to my client. I created the new empty cluster and did a "upgrade node" on the old cluster, selecting the new one from the box. I get "Column not found in pgSet: indname" After dismissing that err

Re: [pgadmin-support] Serious bug in edit grid?

2006-01-24 Thread Chris St Denis
From: "Andreas Pflug" <[EMAIL PROTECTED]> To: "Chris St Denis" <[EMAIL PROTECTED]> Cc: Sent: Monday, January 23, 2006 3:33 PM Subject: Re: [pgadmin-support] Serious bug in edit grid? > Chris St Denis wrote: > > > When editing my table contents mult

[pgadmin-support] Serious bug in edit grid?

2006-01-23 Thread Chris St Denis
When editing my table contents multiple rows wiht the same value all get changed.   Table design:   CREATE TABLE customer_service_attributes(  customer_service_attribute_id int4 NOT NULL DEFAULT nextval('public.cust_srv_features_customer_service_attributes_seq'::text),  _service_id int4 NOT