Re: Language C - Console-based FrontEnd

From: "Tim Barnard" <tbarnard(at)povn(dot)com>
To: "Marcelo Pereira" <gandalf(at)sum(dot)desktop(dot)com(dot)br>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Language C - Console-based FrontEnd
Date: 2001-07-20 22:30:38
Message-ID: 00a201c1116b$9bc90560$a519af3f@hartcomm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We used NCurses and libpq to write our own character-based front-end. Of
course, that still left a whole lot of work to be done :-(

Tim

----- Original Message -----
From: "Marcelo Pereira" <gandalf(at)sum(dot)desktop(dot)com(dot)br>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Friday, July 20, 2001 10:46 AM
Subject: [GENERAL] Language C - Console-based FrontEnd

> Hi There,
>
> I'm a PostgreSQL developer, and I use to access the databases from PHP
> scripts, almost everything is on PHP, but right now I have to bring up
some
> 'diskless stations', these computers are going to be used to query the
> database, like kiosks.
>
> So, unfortunately, theses computers doesn't support X11 and I have to set
up
> an interface console-based.
>
> I think I will have to program in C, and I know C (more or less). But,
which
> library's, which this, which that ??
>
> Are there anybody who has experience is this topic ?? I have no idea on
> where (and how) to begin.
>
> Thanks in advance,
>
> Marcelo Pereira
> Programmer
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dr. Evil 2001-07-20 22:42:30 Changes to C interface from 7.0 to 7.1
Previous Message Tom Lane 2001-07-20 22:23:26 Re: shared_buffers revisited