Re: [pgadmin-support] Superuser without pg_hba could drop database

2010-07-28 Thread Guillaume Lelarge
Le 29/07/2010 07:34, Mudy Situmorang a écrit : > Superuser without pg_hba could drop database from client at pgAdminIII > Object browser by left click & Delete/Drop. > > User has superuser rights, but no pg_hba connection entry for the host. > > There are warnings on left click, twice: > An error

[pgadmin-support] Superuser without pg_hba could drop database

2010-07-28 Thread Mudy Situmorang
Superuser without pg_hba could drop database from client at pgAdminIII Object browser by left click & Delete/Drop. User has superuser rights, but no pg_hba connection entry for the host. There are warnings on left click, twice: An error has occured: FATAL: no pg_hba.conf entry for host "172.17.0.

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-28 Thread Michael Shapiro
As long as the copy/paste works, you could add a hint (or have a displyed value) that says that On Wed, Jul 28, 2010 at 8:49 AM, Jeff Adams wrote: > Again, I don't know wxWidgets, but usually a custom renderer wouldn't > affect copy/paste because it is merely affecting what's drawn to the screen

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-28 Thread Jeff Adams
The wxWidgets bug I filed got changed to "low priority" with the following comment: "I think for now the best (and simplest) workaround is to not use such long strings in wxGrid" So unfortunately I wouldn't expect a fix in wxWidgets any time soon. On Wed, Jul 28, 2010 at 9:49 AM, Jeff Adams wro

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-28 Thread Jeff Adams
Again, I don't know wxWidgets, but usually a custom renderer wouldn't affect copy/paste because it is merely affecting what's drawn to the screen, not the value actually "in" the cell. And right now there isn't anything rendered at all. On Wed, Jul 28, 2010 at 9:28 AM, Michael Shapiro wrote: > I

Re: [pgadmin-support] It takes a long time for pgAdmin to retrieve database schema details

2010-07-28 Thread Little, Douglas
We run pgadmin 3 10.0- 10.0.3 on GP 3.3.6 running on 10node solaris x64 10u3 array. Our db has 158 schema, the largest (350 tables, + 350 external tables), 4000+ tables, some tables with 2000+ (not desirable) partitions. Whole db size is ~12.5tb. Pgadmin will take a long time connecting on

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-28 Thread Michael Shapiro
I think changing the background but leaving the current value "as is" is better than changing the value. That way you indicate that the value is there (and can be retrieved with copy/paste) but that you can't show it (and perhaps add a pop-up hint when the mouse is moved over the cell) On Wed, Jul

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-28 Thread Guillaume Lelarge
Le 28/07/2010 13:59, Jeff Adams a écrit : > The class that I experience the problem with is the ctlSQLGrid, which > extends wxGrid. I don't know wxWidgets at all, but in the grid sample class > they have an example of setting a cell renderer, perhaps you could add a > cell renderer that changes th

Re: [pgadmin-support] Bug with exceptionally long values.

2010-07-28 Thread Jeff Adams
The class that I experience the problem with is the ctlSQLGrid, which extends wxGrid. I don't know wxWidgets at all, but in the grid sample class they have an example of setting a cell renderer, perhaps you could add a cell renderer that changes the background color [or even renders a string that

Re: [pgadmin-support] It takes a long time for pgAdmin to retrieve database schema details

2010-07-28 Thread Guillaume Lelarge
Le 28/07/2010 11:16, Amber a écrit : > [...] > But if you already know some obvious issues, can you fix them. I'll try to > fix the ddl to allow it to be loaded into PostgreSQL. > If I know some issues, I would already work on them. If you can fix the DDL, it would help. Not sure I will find any

Re: [pgadmin-support] It takes a long time for pgAdmin to retrieve database schema details

2010-07-28 Thread Amber
Hi, But if you already know some obvious issues, can you fix them. I'll try to fix the ddl to allow it to be loaded into PostgreSQL. On Wed, Jul 28, 2010 at 2:26 PM, Guillaume Lelarge wrote: > Le 28/07/2010 03:20, Amber a écrit : > > [...] > > You can download and install Greenplum Single Node Ed