> -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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo