Re: Graphics in postgress using GTK

From: "Cristian Prieto" <cristian(at)clickdiario(dot)com>
To: "'Anuj Tripathi'" <anujt(at)it(dot)iitb(dot)ac(dot)in>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Graphics in postgress using GTK
Date: 2005-12-02 15:12:15
Message-ID: 005801c5f752$c87ecfa0$6500a8c0@gt.ClickDiario.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

What are you doing? Trying to run the GTK application in the same server as
the database?

Or are you trying to do a graphical interface in a server without an X
server?. I guess there is something very bad with your approach, I guess
your graphical interface should be running in the client side NOT in the
server side.

-----Original Message-----
From: pgsql-hackers-owner(at)postgresql(dot)org
[mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Anuj Tripathi
Sent: Viernes, 02 de Diciembre de 2005 04:46 a.m.
To: pgsql-hackers(at)postgresql(dot)org
Subject: [HACKERS] Graphics in postgress using GTK

Hi
We are trying to implement a progress estiamator for long queries. We
are trying to make the display graphical using GTK but we get an error
saying
Xlib : Connection to ":0.0" refused by server
xlib : no protocol specified

GTK-warning ** : Cannot open display

Can someone suggest a method to integrate this GTK code into postgres
and solve this problem.

Thanks and Regards
Anuj Tripathi

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2005-12-02 15:20:07 Re: generalizing the planner knobs
Previous Message Andrew Dunstan 2005-12-02 15:02:14 Re: [HACKERS] Should libedit be preferred to libreadline?