Re: Graphics in postgress using GTK - Mailing list pgsql-hackers

From Cristian Prieto
Subject Re: Graphics in postgress using GTK
Date
Msg-id 005801c5f752$c87ecfa0$6500a8c0@gt.ClickDiario.local
Whole thread Raw
In response to Graphics in postgress using GTK  (Anuj Tripathi <anujt@it.iitb.ac.in>)
List 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@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Anuj Tripathi
Sent: Viernes, 02 de Diciembre de 2005 04:46 a.m.
To: pgsql-hackers@postgresql.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



pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Optimizer oddness, possibly compounded in 8.1
Next
From: Rod Taylor
Date:
Subject: Re: generalizing the planner knobs