Re: Graphics in postgress using GTK

From: Richard Huxton <dev(at)archonet(dot)com>
To: Anuj Tripathi <anujt(at)it(dot)iitb(dot)ac(dot)in>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Graphics in postgress using GTK
Date: 2005-12-02 11:10:29
Message-ID: 43902BA5.7070905@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Anuj Tripathi wrote:
> 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.

Um - don't you want to be doing this in the client, not in the backend?

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-12-02 11:54:19 Re: Buildfarm: Bear, Branch 2?
Previous Message Martijn van Oosterhout 2005-12-02 11:06:01 Re: Graphics in postgress using GTK