[pgadmin-support] Troubles compiling latest pgAdmin cvs

2004-06-14 Thread Justin Clift
Hi all, Just tried compiling pgAdmin (latest from CVS) and am getting compiling errors on Sun Java Desktop System Release 2 (it's pretty much SuSE Linux 8.x). Have successfully first compiled wxWindows from source into /opt/wxwindows and the stc and xrc extras. It was the "wxWindows-pgAdmin3-

Re: [pgadmin-support] gtk errors with pgadmin3

2004-06-14 Thread Devin Whalen
On Mon, 2004-06-14 at 13:16, Devin Whalen wrote: > Hello, > > I have been using pgadmin3 pretty much since it started and I find it > extremely helpful and am only now finding out how much I depend on it > :). > > You see, I needed to upgrade some gtk libraires for my themes for xfce4 > (my wind

[pgadmin-support] Changing results grid font

2004-06-14 Thread CUNDILL J.M. (308032)
I am using pgadmin3-1_0_2 on Windows XP and finding the font used in the data results grid smaller than I would like. Is there a way of changing the font and/or font size? Jonathan ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands

[pgadmin-support] gtk errors with pgadmin3

2004-06-14 Thread Devin Whalen
Hello, I have been using pgadmin3 pretty much since it started and I find it extremely helpful and am only now finding out how much I depend on it :). You see, I needed to upgrade some gtk libraires for my themes for xfce4 (my window manager). I used urpmi to update them but now when ever I run

Re: [pgadmin-support] Schemas seem to disapear!

2004-06-14 Thread carmect
> Andreas Pflug wrote: > >> [EMAIL PROTECTED] wrote: >> >>> >>> Ok. Sorry! I'm sending you the log file. >>> >>> >>> >> I can't see anything in this. > > > I finally could reproduce this, it occurred if the selected database is > the initial one. > Fixed in cvs, win32 snapshot will follow. > >

Re: [pgadmin-support] Error connecting to PgSQL server

2004-06-14 Thread Michiel Lange
Dear Juan, In $PGDATA/pg_hba.conf you need to define which hosts have what kind of access. Here's a sample pg_hba.conf: # TYPE DATABASEUSERIP-ADDRESS IP-MASK METHOD local all all trust hostall all 127.0.0.1 255.255