[pgadmin-support] Problems with the new version

2006-12-01 Thread José Fermín francisco ferreras
Hello to all, I don't know to write english, but It will try to do it. I have found a problem using new version 1.6.1 (in Windows). When I create a table (and not inserted any registry to him with insert) and want to do it by the visual route using view dates grid, then when she opens the window

[pgadmin-support] bug + pgadmin 1.6.x + Mac OS X + numeric keyboard

2006-12-01 Thread Frodo Larik
The numeric keyboard on Mac OS X doesn't work in the Query tool. It doesn't work on 1.6.0 and 1.6.1 -- Sincerely, Frodo Larik

Re: [pgadmin-support] [SQL] Grants

2006-12-01 Thread Adrian Klaver
On Friday 01 December 2006 06:03 am, Ezequias Rodrigues da Rocha wrote: > > 2006/11/30, imad <[EMAIL PROTECTED]>: > > You did not grant access privileges to schema. > > Also GRANT administrators on the base schema as you did for the table. > > > > --Imad > > www.EnterpriseDB.com > > > > On 12/1/06,

Re: [pgadmin-support] [SQL] Grants

2006-12-01 Thread Ezequias Rodrigues da Rocha
Schema grants CREATE SCHEMA base AUTHORIZATION root; GRANT ALL ON SCHEMA base TO root; GRANT USAGE ON SCHEMA base TO administrators; Table grants GRANT ALL ON TABLE base."local" TO root; GRANT SELECT, UPDATE, INSERT ON TABLE base."local" TO administrators; Still the same proble

Re: [pgadmin-support] Backup/Restore

2006-12-01 Thread Dave Page
kenp wrote: Does this imply that pgAdmin picks up a single version of pg_dump and pg_restore? For example, I have PostgreSQL 8.1.4 and 8.2beta2 installed on my machine. I presume the version of pg_dump and pg_restore for each of these PostgreSQL versions is different. When I select a database on

Re: [pgadmin-support] Crash in edit grid

2006-12-01 Thread Dave Page
Erwin Brandstetter wrote: Lock the edit grid while waiting for data (hourglass?), or at least prevent pgAdmin from crashing. Yeah, that's related to those changes I made *way* back when you first got involved in the testing. I disabled the refresh whilst the data was loading, but didn't consi

Re: [pgadmin-support] Backup/Restore

2006-12-01 Thread kenp
"Hélder M. Vieira" wrote: > Hello. > > After adding the BIN directory to the PATH variable in the system variables > list, pgAdmin now shows the Backup and Restore items. > > Thanks everybody for your help. > > > Hélder M. Vieira > > > >> I've just removed PostgreSQL 8.2 Beta 3 and installed the 8

Re: [pgadmin-support] Speling

2006-12-01 Thread Dave Page
Raymond O'Donnell wrote: Hi Dave et al, Just spotted a small typo or two in the guru hint for "Editting Views, Stored Procedures or Functions" - "editing" should have just one "t". :) Thanks, fixed. I always spell that incorrectly. No idea why!!! Regards, Dave ---(e

Re: [pgadmin-support] ./configure error

2006-12-01 Thread Dave Page
Cliff wrote: Downloaded pgadmin1.4 to install. Already have wxGTK (and wxGTK-compat) 2.6.3.3-29 installed off the Suse 10.2 rc1 CD's; x86_64 on core 2 duo. First time through on ./configure get this error message: ... checking for wxWidgets... yes configure: error: Could not find your wxWidge

Re: [pgadmin-support] ./configure error

2006-12-01 Thread Kamchybek Jusupov
wxWidgets 2.6.x (for pgAdmin 1.4.x) or wxWidgets 2.7.x (for pgAdmin 1.5 +). Currently, this is the only version we support. So, need to get wxGTK-2.7.x first... On Fri, 2006-12-01 at 00:31 -0800, Cliff wrote: > Downloaded pgadmin1.4 to install. Already have wxGTK (and > wxGTK-compat) 2.6.3.3-29

[pgadmin-support] ./configure error

2006-12-01 Thread Cliff
Downloaded pgadmin1.4 to install. Already have wxGTK (and wxGTK-compat) 2.6.3.3-29 installed off the Suse 10.2 rc1 CD's; x86_64 on core 2 duo. First time through on ./configure get this error message: ... checking for wxWidgets... yes configure: error: Could not find your wxWidgets 2.6 install