[pgadmin-support] why screen become black when starting pgadmin III 1.8.0

2007-07-27 Thread 唐荣华
I am from china,I is using the pgadmin 1.8.0. I find some program as follows: When I double click icon in windows desktop, and starting pgadmin ,At once ,Screen become black in several seconds, In addtion when I am connecting server ,Same thing is occured, why?

[pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Olivier Bouiron
Hi. I'm using the pgAdmin 1.8 beta release and i've found a bug. When i use the graphical editor in order to change some values on a table, evry time, the last value that i change is not saved, and i'm sure that the edition of the cell stopped. I don't kow if you have seen this problem... I'm u

Re: [pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Dave Page
Olivier Bouiron wrote: > Hi. > I'm using the pgAdmin 1.8 beta release and i've found a bug. > When i use the graphical editor in order to change some values on a > table, evry time, the last value that i change is not saved, and i'm > sure that the edition of the cell stopped. > I don't kow if you

Re: [pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Hiroshi Saito
It seems that a problem is in somewhere. Anyhow, I investigate this. At all angles. I result will be reported. - Original Message - From: "Dave Page" <[EMAIL PROTECTED]> Olivier Bouiron wrote: Hi. I'm using the pgAdmin 1.8 beta release and i've found a bug. When i use the graphical

Re: [pgadmin-support] recover data

2007-07-27 Thread Raymond O'Donnell
On 26/07/2007 15:22, Mahmood Ali wrote: thanks for reply the Administrative -> Tools -> Services - is unable to start. my topic is that how can we recover data from any postgres sql without restore backup. Hi Mahmood, Please send replies to the list also, so others can benefit. Have you trie

Re: [pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Hiroshi Saito
Hi. Umm, Probably, In order to edit the data, each row in the table must be uniquely identifiable. This can be done using the OID, or a primary key. If none of them exist, the table is read only. Note that views can't be edited and are read only by design; updatable views (using rules) are not

Re: [pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Olivier Bouiron
Hi. This is one of the table that I use, and I have the problem with it too. But as I said to Hiroshi Saito, I use the beta 1, I've just seen few minutes ago that the beta 2 was released. I have the problem evry time for the last value that i change. I've tested again to use the refresh buton an

Re: [pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Derrick Betts
Just a thought.. Are you leaving the cell (cursor being moved to a different cell) in order to commit the change before you refresh the table? Derrick Olivier Bouiron wrote: Hi. This is one of the table that I use, and I have the problem with it too. But as I said to Hiroshi Saito, I use the b

Re: [pgadmin-support] Bug on the beta release: table cell editor

2007-07-27 Thread Hiroshi Saito
Hi Olivier-san. Although I tried the problem as out of order, I'm not reproduced Sorry, Please send me the procedure or data made to reproduce be obtained? If possible, please specify the procedure for step by step. I appreciate your perseverance. Regards, Hiroshi Saito - Original Messa