Re: pgAdmin III

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: Sven Köhler <skoehler(at)upb(dot)de>, <pgadmin-support(at)postgresql(dot)org>
Cc: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>
Subject: Re: pgAdmin III
Date: 2003-06-19 19:46:38
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B0C7@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Sven Köhler [mailto:skoehler(at)upb(dot)de]
> Sent: 19 June 2003 17:17
> To: pgadmin-support(at)postgresql(dot)org
> Subject: Re: [pgadmin-support] pgAdmin III
>
>
> > Just wanted to know if you wanted reports back about bugs
> in pgAdmin
> > III. I haven't seen any been reported or may be I just missed them?
>
> So i should add one:
> If i try to view a table with pgAdminIII (by klicking on the
> sunglasses
> or by doing a "select *" in the SQL window) pgAdmin crashes.
> The crash is caused a memory access violation.

Very odd. I'm using it in preference to pgAdmin II in production now and finding 200,000 row tables barely make it blink. Is it a specific table, or schema? Also, are there any potential trouble-making columns in your tables such as blobs or byte arrays?

> I'm using WinXP with postgresql under cygwin.
> My DB is a Unicode DB, although i think, that it used to
> happen with an
> ASCII DB to.
>
> I tested http://www.pgadmin.org/snapshots/pgadmin3-Alpha-Win32.zip
> and http://www.pgadmin.org/snapshots/win32/pgadmin3-20030619-Win32.zip
>
> Both version crash :-(
>
> BTW:
> Does pgAdmin use the ODBC driver anymore? or is are client
> libs compiled
> in statically?

pgAdmin III has two classes pgConn and pgSet which which roughly emulate the MDAC functionality that pgAdmin II used. These classes make use of libpq (statically linked on Windows), not ODBC (this is mainly why the query engine is so much better now performance wise).

Regards, Dave.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-06-19 20:03:02 Re: Bug report for pgAdmin III
Previous Message Dave Page 2003-06-19 19:40:37 Re: pgadmin3 questions/bug?