Re: [pgadmin-support] Bug? Text field is not viewable in a table...

2011-04-14 Thread Dave Page
On Thu, Apr 14, 2011 at 7:58 AM, Durumdara wrote: > Dear Developers! > > I found some problem in PGAdmin. V1.12.1, PG 9.0, Win7/X64. > I have a test table with "text" field. > I fillup this field with chr(1)...chr(255), so it contains 255 characters. > > When I try to see this table, I got error:

Re: [pgadmin-support] Bug? Text field is not viewable in a table...

2011-04-14 Thread Dave Page
[Please keep the list CCd] On Thu, Apr 14, 2011 at 8:42 AM, Durumdara wrote: > Dear Dave! > > 2011/4/14 Dave Page : >> On Thu, Apr 14, 2011 at 7:58 AM, Durumdara wrote: >>> Dear Developers! >>> >>> I found some problem in PGAdmin. V1.12.1, PG 9.0, Win7/X64. >>> I have a test table with "text" fi

Re: [pgadmin-support] Bug? Text field is not viewable in a table...

2011-04-14 Thread Durumdara
Hi! I wrote to the PGSQL list. I checked with EMS PG Manager, and I can show the row. I don't know, how... :-( Thanks: dd 2011/4/14 Dave Page : > [Please keep the list CCd] > > On Thu, Apr 14, 2011 at 8:42 AM, Durumdara wrote: >> Dear Dave! >> >> 2011/4/14 Dave Page : >>> On Thu, Apr 14, 201

Re: [pgadmin-support] Bug? Text field is not viewable in a table...

2011-04-14 Thread Dave Page
On Thu, Apr 14, 2011 at 9:39 AM, Durumdara wrote: > Hi! > > I wrote to the PGSQL list. > I checked with EMS PG Manager, and I can show the row. I don't know, how... > :-( It may not use UTF-8. pgAdmin does, because we actively support a *lot* of languages and using UTF-8 is by far the most relia

Re: [pgadmin-support] Bug: Privileges tab doesn't show all roles

2011-04-14 Thread Aren Cambre
Thanks. I still consider this a usability bug. Even in enterprise IT, it is not uncommon to apply users directly to certain databases if there is only one user account that will be used to access a database (besides admin users, who are all probably members of a superadmin role). Also, given how Po

Re: [pgadmin-support] Bug: Privileges tab doesn't show all roles

2011-04-14 Thread Dave Page
On Thu, Apr 14, 2011 at 1:51 PM, Aren Cambre wrote: > Thanks. I still consider this a usability bug. Even in enterprise IT, it is > not uncommon to apply users directly to certain databases if there is only > one user account that will be used to access a database (besides admin > users, who are

Re: [pgadmin-support] Bug: Privileges tab doesn't show all roles

2011-04-14 Thread Aren Cambre
That's not a bad practice when you typically have one non-admin application account per database. Using a role there just adds complexity. Complexity is bad. In this case, the remaining admin users can be a member of a special admin role or super users. Aren On Thu, Apr 14, 2011 at 7:54 AM, Dave

[pgadmin-support] Feature request: Allow Grant Wizard at lower level

2011-04-14 Thread Aren Cambre
If I have multiple schemas, it appears I have to run the Grant Wizard once per schema. Please allow the Grant Wizard to run at a lower level, such as on the Schemas item or on the database item, to allow me to run the Grant Wizard once for all applicable items in a database. Aren