Re: [pgadmin-support] role with "CREATEDB" and "CREATEROLE" without effect on GUI

2006-05-22 Thread Dave Page
> -Original Message- > From: Thomas Sondag [mailto:[EMAIL PROTECTED] > Sent: 22 May 2006 15:10 > To: Dave Page; Pgadmin-Support > Subject: Re: role with "CREATEDB" and "CREATEROLE" without > effect on GUI > > Hi, > > Same kind of problem with the role property editor, you are > not

Re: [pgadmin-support] Bug in 'query tool'

2006-05-22 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of YourSoft > Sent: 22 May 2006 15:15 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Bug in 'query tool' > > Dear List, > > I found an other bug related to special characters. > Try

[pgadmin-support] Bug in 'query tool'

2006-05-22 Thread YourSoft
Dear List, I found an other bug related to special characters. Try insert the following query: select translate(s2, 'ÁÉÍÓÖŐÜŰÚ', 'áéíóöőüűú'); save the query into file. You will get a 0 byte length file. Regards, Ferenc ---(end of broadcast)---

Re: [pgadmin-support] role with "CREATEDB" and "CREATEROLE" without effect on GUI

2006-05-22 Thread Thomas Sondag
Hi, Same kind of problem with the role property editor, you are not allowed to modify ROLE properties. I've got a very few understanding of pgadmin code (and no C++ skill at all ) but this patch do the job. Thomas diff pgadmin3/src/dlg/dlgRole.cpp pgadmin3_1.4.svn20060522/src/dlg/dlgRole.cpp