Re: [pgadmin-hackers] [pgadmin-support] Aborted viewing operation

2003-09-30 Thread Mitchell Wong Ho
Thank you for the speedy response. Patch applied! PGAdmin 3 version 1.0.0 seems to contain the correction too! Adios On Wednesday 24 September 2003 09:23, Dave Page wrote: > Thanks Hiroshi, patch applied. > > Regards, Dave > > > -Original Message- > > From: Hiroshi Saito [mailto:[EMAI

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Adam Witney
Hi Jean-Michel, Is wxCocoa the same as wxMac? wxCocoa gives an unknown module error from cvs Thanks adam > Le Mardi 30 Septembre 2003 09:56, Adam Witney a écrit : >> For the time being, I could live with 1), but I couldn't get it to >> configure on my OSX laptop... It couldn't find my pgsql

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Adam Witney
> OK, we are delighted to know you got wxWindows installed from the 2.5.1 latest > branch. This is an important first step... We are quite happy to know it > compiles fine. Actually, just looked again, it was wxMac-2.4.2, but I am downloading wxWindows from CVS right now and I will try that > The

[pgadmin-hackers] PgAdmin III on OSX (was Re: [ANNOUNCE] pgAdmin III v1.0.0 Released)

2003-09-30 Thread Adam Witney
For the time being, I could live with 1), but I couldn't get it to configure on my OSX laptop... It couldn't find my pgsql installation... Even though it was looking in the right place! does pgsql have to be compiled with ssl for pgadmin to work? adam > Le Lundi 29 Septembre 2003 12:10, Dave P

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Adam Witney
Ok, but I can't seem to find any mention of wxCocoa in the CVS? I did manage to get wxWindows installed yesterday, but when I ran configure from the pgadmin src I got checking for libpq-fe.h... yes checking pgsql in /usr/local/pgsql... failed configure: error: you must specify a valid pgsql

[pgadmin-hackers] Mac Port

2003-09-30 Thread Adam H.Pendleton
Well, after fixing the xrc detection problem, and the library naming problem, I've gotten pgAdmin3 to run on my Mac. The language selection screen appears, but then I cannot select anything, nor can I even give the window focus. I remember this problem existing when I was originally working o

Re: [pgadmin-hackers] Trigger addition wierdness

2003-09-30 Thread Hiroshi Saito
Hi Dave. It is repaired in this.:-) Please Apply it. regards, Hiroshi Saito > From: "Dave Page" <[EMAIL PROTECTED]> > (snip) > >I was working in a db earlier today, and added a new trigger > to a table > >that already had one. When the new node was added to the > treeview, it > >took the nam

[pgadmin-hackers] acinclude.m4.patch

2003-09-30 Thread Adam H . Pendleton
This is a small patch that changes the file we check for to validate a wxWindows xrc installation (this file is not installed on Mac). Before applying, could someone verify that this file is installed on all autoconf platforms? ahp acinclude.m4.patch Description: Binary data PGP.sig Descri

Re: [pgadmin-hackers] Trigger addition wierdness

2003-09-30 Thread Dave Page
Ooops! sorry. Fixed now - thanks :-) I wrote that on Windows so didn't notice the problem of course... Regards, Dave. > -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 16:17 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hack

[pgadmin-hackers] GPL code issue?

2003-09-30 Thread Dave Page
Hi, In src/backend/parser/parse.h there is a copyright that reads as below. Note the bottom section that says that the GPL is only excepted for files generated by Bison *from* this file. This implies to me that this file is GPL'd, and therefore shouldn't be in the tarball (or pgAdmin where Andreas

[pgadmin-hackers]

2003-09-30 Thread Ângelo Marcos Rigo
Hi, I would like some help to solve this problem : A Portuguese-Brazilian PgAdmin user describe me a problem with acentt code, the data on the database wich have acentt is not displayed properly in PgAdmin III but do appear properly in PgAdmin II. Thank´s = Ângelo Marcos Rigo AMR Informá

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Adam H.Pendleton
On Tuesday, Sep 30, 2003, at 08:58 US/Eastern, Adam Witney wrote: Actually latest CVS wxWindows, configure'd --with-cocoa fails with this problem ../src/cocoa/font.cpp:88: type specifier omitted for parameter ` wxNativeEncodingInfo' ../src/cocoa/font.cpp:88: parse error before `*' token make: *

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Stefan Csomor
Hi --with-mac uses the Carbon API, --with-cocoa uses the Cocoa API so it is just a difference between APIs, both will give you a native OSX application, currently the wxCocoa implementation is not yet as complete as the wxMac version. Best, Stefan > -Original Message- > From: [EMAIL

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Adam H . Pendleton
On Tuesday, Sep 30, 2003, at 05:40 US/Eastern, Adam Witney wrote: And the relevant part of config.log says configure:4634: gcc -o conftest -Wall -g -O0 -DSSL -I/usr/local/pgsql/include -L/usr/local/pgsql/lib conftest.c -lpq /usr/local/pgsql/l ib/libpq.a -lcrypt -lssl -lcrypto >&5 ld: can't loc

[pgadmin-hackers] wxWindows lib name changes

2003-09-30 Thread Adam H . Pendleton
I just grabbed the CVS tree for wxWindows, and I noticed that the library naming convention seems to have changed. Where it used to be -lwx_macd-2.5 it is now -lwx_macd_core-2.5, etc. This causes the autoconf code to fail, since it is looking for "wx_macd-" not "wx_macd_". Can anyone else co

[pgadmin-hackers]

2003-09-30 Thread Ângelo Marcos Rigo
Hi, I would like some help to solve this problem : A Portuguese-Brazilian PgAdmin user describe me a problem with acentt code, the data on the database wich have acentt is not displayed properly in PgAdmin III but do appear properly in PgAdmin II. Thank´s = Ângelo Marcos Rigo AMR In

Re: [pgadmin-hackers] Trigger addition wierdness

2003-09-30 Thread Dave Page
Thanks Hiroshi. Applied with another fix to allow use of trigger functions not in the search path. I'm also going to apply both fixes to the 1.0.0 patches branch. Regards, Dave. > -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 20:13 > To: Da

Re: [pgadmin-hackers] Trigger addition wierdness

2003-09-30 Thread Hiroshi Saito
Hi Dave. The humor of today's cvs is ill.:-) regards, Hiroshi Saito From: "Dave Page" <[EMAIL PROTECTED]> (snip) > Hmm, shouldn't be a bug, the exterminator said he got all of those last > week... > > I'll have to have a play. Meanwhile, I'm hacking the Query Builder about > at the moment so don

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Adam H.Pendleton
On Tuesday, Sep 30, 2003, at 05:40 US/Eastern, Adam Witney wrote: And the relevant part of config.log says configure:4634: gcc -o conftest -Wall -g -O0 -DSSL -I/usr/local/pgsql/include -L/usr/local/pgsql/lib conftest.c -lpq /usr/local/pgsql/l ib/libpq.a -lcrypt -lssl -lcrypto >&5 ld: can't loc

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Andreas Pflug
I just had a look at the cocoa source dir of the current cvs and fount many // TODO comments. There are several needed methods not implemented, so for now trying to run pgAdmin3 with cocoa is certainly doomed to failure. Regards, Andreas ---(end of broadcast)-

Re: [pgadmin-hackers] GPL code in our CVS :-(

2003-09-30 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 30 September 2003 09:18 To: Dave Page Subject: Re: GPL code in our CVS :-( Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 29 September 2003 23:

Re: [pgadmin-hackers] RPMS problems w/ RH 7.3

2003-09-30 Thread Dave Page
> -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 12:06 > To: [EMAIL PROTECTED] > Cc: Dave Page; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: RPMS problems w/ RH 7.3 > > > On Tuesday, Sep 30, 2003, at 03:54 US/Eastern, Jean-Mic

Re: [pgadmin-hackers] RPMS problems w/ RH 7.3

2003-09-30 Thread Adam H.Pendleton
On Tuesday, Sep 30, 2003, at 03:54 US/Eastern, Jean-Michel POURE wrote: Le Mardi 30 Septembre 2003 09:35, Dave Page a écrit : Just as I applied it I read this bit! How easy would it be to detect rh73 and only add the relevant options where appropriate? You can detect a RedHat 7.3 host by running "

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Jean-Michel POURE
Le Mardi 30 Septembre 2003 12:41, Dave Page a écrit : > As far as I am aware, we do not yet support wx2.5.1 unless there is a > patched version of it somewhere that I am not aware of? Sorry, I did not explain things in details. This is only a MacOs X related issue. Adam Witney <[EMAIL PROTECTED]

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 11:33 > To: Adam Witney; Adam H. Pendleton > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] pgAdmin III under wxCocoa > > > We noticed several improvements in 2.5.1 and therefore >

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Jean-Michel POURE
>> Actually, just looked again, it was wxMac-2.4.2, but I am downloading wxWindows from CVS right now and I will try that We noticed several improvements in 2.5.1 and therefore recommand using the latest CVS version. At pgAdmin team level, we only support wx 2.5.1 in order to simplify bug tracki

Re: [pgadmin-hackers] Website update against CVS

2003-09-30 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 09:18 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Website update against CVS > > > Hi Dave, > > I noticed that the website was no longer getting updated > against the CVS. > > L

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Jean-Michel POURE
Le Mardi 30 Septembre 2003 11:40, Adam Witney a écrit : > I don't think this part is a problem with the wxWindows part is it? OK, we are delighted to know you got wxWindows installed from the 2.5.1 latest branch. This is an important first step... We are quite happy to know it compiles fine. Th

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Jean-Michel POURE
Le Mardi 30 Septembre 2003 11:02, Adam Witney a écrit : > Is wxCocoa the same as wxMac? wxCocoa gives an unknown module error from > Thanks Dear Adam Witney, ./configure --help gives me: [...] --with-mac use Mac OS X --with-cocoause Cocoa [...] Seems like we have t

Re: [pgadmin-hackers] GPL code in our CVS :-(

2003-09-30 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 09:18 > To: Dave Page > Subject: Re: GPL code in our CVS :-( > > Dave Page wrote: > > > >>-Original Message- > >>From: Andreas Pflug [mailto:[EMAIL PROTECTED] > >>Sent: 29 September 20

[pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Jean-Michel POURE
Le Mardi 30 Septembre 2003 09:56, Adam Witney a écrit : > For the time being, I could live with 1), but I couldn't get it to > configure on my OSX laptop... It couldn't find my pgsql installation... > Even though it was looking in the right place! > > Does pgsql have to be compiled with ssl for pga

[pgadmin-hackers] Website update against CVS

2003-09-30 Thread Jean-Michel POURE
Hi Dave, I noticed that the website was no longer getting updated against the CVS. Loging in Snake and trying to update the pgadmin3 directory running "cvs update -C -P -d", here is the answer: [EMAIL PROTECTED]:/usr/local/apache/htdocs/pgadmin3$ cvs update -C -P -d cvs update: cannot rewrite C

Re: [pgadmin-hackers] [pgadmin-support] sometime, pgadmin3 don't display functions

2003-09-30 Thread Andreas Pflug
Tiziano Tissino wrote: Here is one of my functions, copied from PgAdmin2; the same function is not displayed with PgAdmin3 (using Debian build on a Linux box). If I replace ''§'' with some other character, the PgAdmin3 display the function correctly. This works for me... What backend encoding

Re: [pgadmin-hackers] Trigger addition wierdness

2003-09-30 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 30 September 2003 00:04 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Trigger addition wierdness > > > Dave Page wrote: > > >Hi Andreas, > > > >I was working in a db earlier today,