Re: [pgadmin-support] how to load database from extern files?

2006-01-23 Thread Tino Wildenhain
caoyu schrieb: Use the pgAdmin III interface, I am using postgresql 8.1.2 on Windows. Thanks all Well the easiest part would be to follow the documentation on postgresql.org using the command line pg_restore (for binary dumps) and psql if you have schema and/or data SQL. Recent pgadmin3 might

[pgadmin-support] how to load database from extern files?

2006-01-23 Thread caoyu
Use the pgAdmin III interface, I am using postgresql 8.1.2 on Windows. Thanks all   Yu

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

2006-01-23 Thread Andreas Pflug
Chris St Denis wrote: 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),

[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