Thread: How do I report pgAdmin going bang?
There I was just editing a table definition, adding a new column and making it a primary key and suddenly pgAdmin went up in smoke. Does it log such crashes anywhere? Hasn't been picked up by the Mac OS crash detector. Happened twice in succession so I hope it's reproducible elswhere. CREATE TABLE style style (varchar 10) NOT NULL PRIMARY KEY BANG BOOM Is this definition particularly suspect? Charlie -- Charlie Clark Helmholtzstr. 20 Düsseldorf D- 40215 Tel: +49-211-938-5360 GSM: +49-178-782-6226
Am 17.09.2007 um 19:40 schrieb Charlie Clark: > There I was just editing a table definition, adding a new column > and making it a primary key and suddenly pgAdmin went up in smoke. > Does it log such crashes anywhere? Hasn't been picked up by the Mac > OS crash detector. Happened twice in succession so I hope it's > reproducible elswhere. This seems to be a general problem when adding primary keys to tables while creating the tables. Adding them subsequently does not seem to be a problem. pgAdmin3 beta 5 Mac OS X 10.4.9 Intel Charlie -- Charlie Clark Helmholtzstr. 20 Düsseldorf D- 40215 Tel: +49-211-938-5360 GSM: +49-178-782-6226
> ------- Original Message ------- > From: Charlie Clark <charlie@begeistert.org> > To: pgAdmin Support <pgadmin-support@postgresql.org> > Sent: 17/09/07, 19:33:58 > Subject: Re: [pgadmin-support] How do I report pgAdmin going bang? > > Am 17.09.2007 um 19:40 schrieb Charlie Clark: > > > There I was just editing a table definition, adding a new column > > and making it a primary key and suddenly pgAdmin went up in smoke. > > Does it log such crashes anywhere? Hasn't been picked up by the Mac > > OS crash detector. Happened twice in succession so I hope it's > > reproducible elswhere. > > This seems to be a general problem when adding primary keys to tables > while creating the tables. Adding them subsequently does not seem to > be a problem. > > It's fixed in SVN trunk already. Regards, Dave