pgAdminII 1.1.66-Dev crash

Поиск
Список
Период
Сортировка
От Paul Jongsma
Тема pgAdminII 1.1.66-Dev crash
Дата
Msg-id 5.0.1.4.2.20011127130620.031d18e0@194.109.18.33
обсуждение исходный текст
Список 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/


В списке pgadmin-support по дате отправления:

Предыдущее
От: "Erkelens, Erik HDi"
Дата:
Сообщение: exporters - how?
Следующее
От: Dave Page
Дата:
Сообщение: Re: exporters - how?