Re: [GENERAL] Development of cross-platform GUI for Open Source DBs

2006-11-28 Thread Ritesh Nadhani
Hey Sorry for the critical mistake. Pressed the SEND button too early. In the first para I meant: The reason I *want* to develop the project in wxWindows or a C/C++ based toolkit is that in the end I would be able to compile a binary which will have least dependency and can be bundled for downlo

Re: [GENERAL] Only MONO/WinForms is a way to go

2006-11-28 Thread Ritesh Nadhani
Hello John I see that pgEdit is for both Windows and Mac. Which toolkit did you use to develop it and what are your primary development environment? Ritesh On 11/28/06, John DeSoi <[EMAIL PROTECTED]> wrote: On Nov 28, 2006, at 2:05 PM, Tony Caduto wrote: > They are serious applications, but

Re: [GENERAL] Windows default editor for psql \e

2006-11-28 Thread Richard Broersma Jr
> Sure, see the psql manual page, but setting EDITOR is the easiest way. > This works on Win32 too. c:\set EDITOR="c:\Program Files\Vim\vim70\gvim.exe" Thanks Bruce, this worked like a charm! And sorry to drag this, but does anyone know the windows (xp) equivalent to: /etc/rc.conf for *nix? i.e

Re: [GENERAL] Windows default editor for psql \e

2006-11-28 Thread Bruce Momjian
Richard Broersma Jr wrote: > > Sure, see the psql manual page, but setting EDITOR is the easiest way. > > This works on Win32 too. > > c:\set EDITOR="c:\Program Files\Vim\vim70\gvim.exe" > > Thanks Bruce, this worked like a charm! > > And sorry to drag this, but does anyone know the windows (xp

Re: [GENERAL] Windows default editor for psql \e

2006-11-28 Thread Richard Broersma Jr
> Richard Broersma Jr wrote: > > > Sure, see the psql manual page, but setting EDITOR is the easiest way. > > > This works on Win32 too. > > > > c:\set EDITOR="c:\Program Files\Vim\vim70\gvim.exe" > > > > Thanks Bruce, this worked like a charm! > > > > And sorry to drag this, but does anyone kn

Re: [GENERAL] Only MONO/WinForms is a way to go

2006-11-28 Thread John DeSoi
Hi Ritesh, On Nov 28, 2006, at 8:53 PM, Ritesh Nadhani wrote: I see that pgEdit is for both Windows and Mac. Which toolkit did you use to develop it and what are your primary development environment? pgEdit is written in Lisp with LispWorks (http://www.lispworks.com). It has a pretty nice c

[GENERAL] Please help.-- unable to load xxid.so

2006-11-28 Thread Ashish Karalkar
I am having PostgreSQL 8.1.5 binary loaded on linux machine. I am using Slony 1.2.1 for replication database.Bothe master and slave will be on localhost, while configuring the database I am getting following error massage. could not load library "/usr/lib/pgsql/xxid.so": /usr/lib/pgsql/xxid.so: f

Re: [GENERAL] Windows default editor for psql \e

2006-11-28 Thread Joshua D. Drake
On Tue, 2006-11-28 at 22:59 -0500, Bruce Momjian wrote: > Richard Broersma Jr wrote: > > > Sure, see the psql manual page, but setting EDITOR is the easiest way. > > > This works on Win32 too. > > > > c:\set EDITOR="c:\Program Files\Vim\vim70\gvim.exe" > > > > Thanks Bruce, this worked like a ch

Re: [GENERAL] Please help.-- unable to load xxid.so

2006-11-28 Thread Chris
Ashish Karalkar wrote: I am having PostgreSQL 8.1.5 binary loaded on linux machine. I am using Slony 1.2.1 for replication database.Bothe master and slave will be on localhost, while configuring the database I am getting following error massage. could not load library "/usr/lib/pgsql/xxid.so":

Re: [GENERAL] Please help.-- unable to load xxid.so

2006-11-28 Thread Ashish Karalkar
Thanks Chris , I ahve checked the permissions on the xxid.so file and it ids having all permission i.e. 0777 I think its not getting the permission from the object which xxid.so is refering, any idea which object it is refering With Regards Ashish Karalkar --- Chris <[EMAIL PROTECTED]> wrote:

Re: [GENERAL] Please help.-- unable to load xxid.so

2006-11-28 Thread Chris
Ashish Karalkar wrote: Thanks Chris , I ahve checked the permissions on the xxid.so file and it ids having all permission i.e. 0777 I think its not getting the permission from the object which xxid.so is refering, any idea which object it is refering Are you running SeLinux by any chance? T

Re: [GENERAL] Only MONO/WinForms is a way to go

2006-11-28 Thread Marcus Engene
John DeSoi skrev: There are highly productive IDEs for the Mac with all the goodies you mention. But few are cross-platform. Your statement about Windows desktop market share is correct, but it is not the relevant point. Many people are interested in cross-platform tools because they want to

<    1   2