From: | Paul Jongsma <paulj(at)webtic(dot)com> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org |
Subject: | pgAdminII 1.1.66-Dev crash |
Date: | 2001-11-27 12:23:06 |
Message-ID: | 5.0.1.4.2.20011127130620.031d18e0@194.109.18.33 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Using pgAdminII 1.1.66-Dev on a W2K machine I have a 100% reproducable
crash when I do a "View data in selected table" on a specific table.
Looking at the log file in full debug mode does not show anything alerting
(tail of log):
2001-11-27 13:08:36 - Entering pgSchema:pgView.Property Get Identifier()
2001-11-27 13:08:36 - Entering pgAdmin II:frmSQLOutput.LoadGrid()
2001-11-27 13:08:36 - Loading Data...
2001-11-27 13:08:36 - Done - 0,14 Secs.
2001-11-27 13:08:36 - Entering pgAdmin II:frmSQLOutput.Form_Resize()
The table in question looks like (taken from the Definition pane):
-- Table: in the bubble
CREATE TABLE "in the bubble" (
"pub_start" timestamp DEFAULT now(),
"pub_stop" timestamp DEFAULT now(),
"pub_status" text DEFAULT 'owner',
"pub_owner_id" oid,
"title" text,
"intro" text,
"body" text,
"date" date,
"current" bool DEFAULT 't'::bool,
"fm_idx" int4
) INHERITS("publication");
The moment I click the "View data" icon Dr. Watson takes over
with a "pgAdmin2.exe has generated errors and will be closed".
The server I am talking to is on the same LAN, running 7.1.3
on FreeBSD 4.4-STABLE.
Logs and Data are available for further investigation if needed,
any hints on how to go on from here are welcome..
Thanks
--
Paul Jongsma
WEBtic Internet Consultancy @ http://www.webtic.nl/
From | Date | Subject | |
---|---|---|---|
Next Message | Erkelens, Erik HDi | 2001-11-27 12:36:49 | exporters - how? |
Previous Message | Herb Richter | 2001-11-24 22:03:58 | Re: Run-time error '76' |