Re: [pgadmin-support] pg admin bug - view data

2003-11-21 Thread Dave Page
> -Original Message- > From: Christopher Kings-Lynne [mailto:[EMAIL PROTECTED] > Sent: 22 November 2003 02:15 > To: Andreas Pflug > Cc: Michael Shapiro; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] pg admin bug - view data > > > You know, phpPgAdmin and pgAdmin really should shar

Re: [pgadmin-support] pg admin bug - view data

2003-11-21 Thread Christopher Kings-Lynne
Yes, you're right, that's a bug; fixed in cvs. Though I consider a table without PK or OID buggy too... :-) We might expand pgAdmin3 to use a unique key as PK replacement. phpPgAdmin does the following in order to find a unique row identifier: 1. Looks for a PK 2. Looks for a Unique index. If on

Re: [pgadmin-support] Crash when editing data

2003-11-21 Thread Andreas Pflug
Jonathan Mezach wrote: Okay, I've downloaded the most recent (and largest) snapshot from the site and extracted the files in the directory I had pgAdmin III installed and overwrote all the files. Now when I edit data I get an error from Windows, as follows: AppName: pgadmin3.exeAppVer: 1.1.0.0

Re: [pgadmin-support] Crash when editing data

2003-11-21 Thread Jonathan Mezach
Okay, I've downloaded the most recent (and largest) snapshot from the site and extracted the files in the directory I had pgAdmin III installed and overwrote all the files. Now when I edit data I get an error from Windows, as follows: AppName: pgadmin3.exeAppVer: 1.1.0.0 ModName: pgadm

Re: [pgadmin-support] Crash when editing data

2003-11-21 Thread Andreas Pflug
Jonathan Mezach wrote: Right, well, I've created a log file with full debug logging and attached it to this mail. I don't really see anything out of the ordinary. Nor do I. This must be some wx internal exit, because pgAdmin3::OnExit cleanup routine is called correctly (saving the settings). C

Re: [pgadmin-support] Crash when editing data

2003-11-21 Thread Jonathan Mezach
Right, well, I've created a log file with full debug logging and attached it to this mail. I don't really see anything out of the ordinary. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Andreas Pflug Verzonden: vrijdag 21 november 2003 16:58 Aan: Jonathan

Re: [pgadmin-support] Crash when editing data

2003-11-21 Thread Andreas Pflug
Jonathan Mezach wrote: Hello, I’m running pgAdmin III 1.01 on Windows XP and I’ve successfully created a database on my PostgreSQL 7.3.2 server. That went all fine. But now I’m trying to put some data into my database and it suddenly crashes when adding or deleting a row from a table. pgAdmin

[pgadmin-support] FW: PG Admin error

2003-11-21 Thread Dave Page
Hi Tony, I've forwarded this to the appropriate mailing list. Can you follow it up (to the list) with more details on what you were doing when the crash occurred, and what to do to reproduce it? Thanks, Dave. > -Original Message- > From: Unihost [mailto:[EMAIL PROTECTED] > Sent: 20 Nove

[pgadmin-support] Crash when editing data

2003-11-21 Thread Jonathan Mezach
Hello,   I’m running pgAdmin III 1.01 on Windows XP and I’ve successfully created a database on my PostgreSQL 7.3.2 server. That went all fine. But now I’m trying to put some data into my database and it suddenly crashes when adding or deleting a row from a table. pgAdmin III just disap

Re: [pgadmin-support] pg admin bug - view data

2003-11-21 Thread Andreas Pflug
Michael Shapiro wrote: I think there is a bug in the pgadmin view data option for a table. If the table does not have a primary key, pgadmin issues an invalid select. Here is the table definition: Yes, you're right, that's a bug; fixed in cvs. Though I consider a table without PK or OID buggy t

[pgadmin-support] pg admin bug - view data

2003-11-21 Thread Michael Shapiro
I think there is a bug in the pgadmin view data option for a table. If the table does not have a primary key, pgadmin issues an invalid select. Here is the table definition: CREATE TABLE data_tbl ( packet_rec_id numeric(38) NOT NULL, tag varchar(32) NOT NULL, subtag varchar(32), seq int4