Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Guillaume Lelarge
Dave Page a écrit : On Wed, Jun 11, 2008 at 5:55 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Dave Page a écrit : I would suggest asking on the wxWidgets mailing list (no, I'm not on it either :-p ). If they don't agree it's a bug, we should probably strip it in code. I'll ask them. Tha

Re: [pgadmin-support] Bug Report: PgAdmin -> pg_hba.conf Editor

2008-06-11 Thread Abhishek MANDHANA
> 1) Review the processing of the pg_hba.conf file editor in PGAdmin for its accuracy since it appears to be rather inaccurate > currently. Long back, I also came across similar type of problem and did the same thing(look at the pg_hba.conf file in a text editor and delete unwanted entries),

Re: [pgadmin-support] Bug Report: PgAdmin -> pg_hba.conf Editor

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 5:50 PM, Black Falcon Software, Inc. <[EMAIL PROTECTED]> wrote: > 1) Review the processing of the pg_hba.conf file editor in PGAdmin for its > accuracy since it appears to be rather inaccurate > currently. I've just spent the last 20 minutes trying to break it and ha

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 5:55 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Dave Page a écrit : >> >> I would suggest asking on the wxWidgets mailing list (no, I'm not on >> it either :-p ). If they don't agree it's a bug, we should probably >> strip it in code. >> > > I'll ask them. Thanks.

Re: [pgadmin-support] Bug Report: PgAdmin -> pg_hba.conf Editor

2008-06-11 Thread Black Falcon Software, Inc.
Hello: I am new to PostgreSQL, though I have been working with several databases since I began developing distributed systems (SQL Server, Oracle, Sybase). I have been interested in PostgreSQL as an alternative to the commercial level engines I have used. I finally began working with it the ot

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Guillaume Lelarge
Dave Page a écrit : On Wed, Jun 11, 2008 at 2:33 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Yes, it was. I tried 2.8.3, 2.8.4, 2.8.5... this last one is wrong. I checked the differences between 2.8.4 and 2.8.5, and found that the culprit seems to be src/gtk/menu.cpp. I copied this file fro

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Christos Vasilakis
Guillaume Lelarge wrote: Dave Page a écrit : On Wed, Jun 11, 2008 at 9:11 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: I'm not sure about the wxWidgets bug. I also use poedit and it doesn't seem to be affected. Can you see in the code what they are doing differently? Do they even use & t

Re: [pgadmin-support] Can't assign Group role permissions in 1.8.4

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 1:18 PM, Obe, Regina <[EMAIL PROTECTED]> wrote: > I'm not sure it was clear from my comment above. The groups I am > complaining about not seeing do not have login rights. They are simply > group roles and in prior versions of PgAdmin III I could grant rights to > these.

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 2:33 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Yes, it was. I tried 2.8.3, 2.8.4, 2.8.5... this last one is wrong. I > checked the differences between 2.8.4 and 2.8.5, and found that the culprit > seems to be src/gtk/menu.cpp. I copied this file from 2.8.4 to 2.8.5

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Guillaume Lelarge
Dave Page a écrit : On Wed, Jun 11, 2008 at 9:11 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: I'm not sure about the wxWidgets bug. I also use poedit and it doesn't seem to be affected. Can you see in the code what they are doing differently? Do they even use & to underline shortcut keys?

Re: [pgadmin-support] Can't assign Group role permissions in 1.8.4

2008-06-11 Thread Obe, Regina
-Original Message- From: Dave Page [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 7:47 AM To: Obe, Regina Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Can't assign Group role permissions in 1.8.4 On Wed, Jun 11, 2008 at 12:31 PM, Obe, Regina <[EMAIL PROTECTE

Re: [pgadmin-support] Can't assign Group role permissions in 1.8.4

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 12:31 PM, Obe, Regina <[EMAIL PROTECTED]> wrote: > I just upgraded to 1.8.4 (I think I was running 1.8.2) and have an even > older version running on the server (1.6.2). > > Today I went to a view to give permissions to some Group Roles. The > only option I get now is publi

Re: [pgadmin-support] can't add data in my database

2008-06-11 Thread benoitXV
thanks, i find my error. -- View this message in context: http://www.nabble.com/can%27t-add-data-in-my-database-tp17774093p17775549.html Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To

[pgadmin-support] Can't assign Group role permissions in 1.8.4

2008-06-11 Thread Obe, Regina
I just upgraded to 1.8.4 (I think I was running 1.8.2) and have an even older version running on the server (1.6.2). Today I went to a view to give permissions to some Group Roles. The only option I get now is public. I am running PostgreSQL 8.2. Before I would see all the groups in the Privile

Re: [pgadmin-support] can't add data in my database

2008-06-11 Thread Guillaume Lelarge
Benoit IUND 2 a écrit : [...] And I got the following message when I try to add data. In French : Erreur: la valeur du tableau doit commancer avec <<{>> ou avec l’information de la dimension. My translation : Error : the value of the array should start whith <<{>> or with the dimension in

[pgadmin-support] can't add data in my database

2008-06-11 Thread Benoit IUND 2
Hello, sorry for my english. I can't add data in all my table. I got ared x on my database when I connect with pgadmin3. And I got the following message when I try to add data. In French : Erreur: la valeur du tableau doit commancer avec <<{>> ou avec l'information de la dimen

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 9:11 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > I'm not sure about the wxWidgets bug. I also use poedit and it doesn't seem > to be affected. Can you see in the code what they are doing differently? Do they even use & to underline shortcut keys? The reason I believ

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-11 Thread Guillaume Lelarge
Dave Page a écrit : On Sat, Jun 7, 2008 at 8:55 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Actually, I do have the same issue (on the same distro). But I thought *I* was doing something wrong :) So, I need to take a serious look at this. It's also been noted by our quality management te

Re: [pgadmin-support] 1.8.4 bug DB Restriction field

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 9:06 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: >> Hmm, good point. The original intent behind the feature was for >> teaching environments in which there may be one database for each >> student, so the students could limit their list to just their own >> database with

Re: [pgadmin-support] 1.8.4 bug DB Restriction field

2008-06-11 Thread Guillaume Lelarge
Dave Page a écrit : On Fri, Jun 6, 2008 at 3:22 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Dave, what do you think I should do ? remove the patch ? Just remove the NOT? I can do this. But, for example, if someone was using this filter field to get out template databases, removing the N