Re: [GENERAL] next steps

From: Jurgen Defurne <defurnj(at)glo(dot)be>
To: Carsten Huettl <CHUETTL(at)ahorn(dot)sgh(dot)uunet(dot)de>, postgreSQL general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] next steps
Date: 1999-10-29 14:15:37
Message-ID: 3819AC09.4F518014@glo.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Carsten Huettl wrote:

> Hello,
>
> I have set up a postgres installation on a freeBSD box and am now
> ready to take the next steps.
>
> Where can I find some Webpages with postgres applications or
> sample.
> How do I create a "user front end"/data input mask/menu system?
> Can anyone point me to a webside to learn more about postgres
> (tutorial)?
>
> Learning lessons?
>
> TIA
> C.
>
>
> --
> Carsten Huettl - <http://www.ahorn-Net.de>
> pgp-key on request
>
> ************

First of all, read the manuals that should have been installed when you
compiled the source. You should be able to find them in
/usr/local/pgsql/doc, and they consist of

* PostgreSQL general text, the most up to date
* PostgreSQL Administrator's Guide
* PostgreSQL User's Guide
* PostgreSQL Programmer's Guide
* PostgreSQL Tutorial

If you want to write applications, I haven't the faintest idea what
would be the best way to start.
Yesterday, I wrote a data input application in Tcl/Tk. It took me less
than a day, but I am also still learning Tcl/Tk. I am now wresling with
a browser window on the same data, which proves to be a whole lot
thougher.
What I am about to say here, I don't like myself very much, but I think
the fastest way to get started writing applications is using your BSD
box as a server, run some MS OS, and use Delphi and ODBC to create your
user applications. I don't know about much RAD tools for
Un*x/Linux/FreeBSD, but what I have seen in Linux Journal is rather
expensive. pgAccess 0.98 is nice to create and view tables, but there
are still many things which need to be implemented.

Regards,

Jurgen Defurne
Flanders
Belgium

In response to

  • next steps at 1999-10-28 22:08:19 from Carsten Huettl

Browse pgsql-general by date

  From Date Subject
Next Message Jurgen Defurne 1999-10-29 14:21:24 [Fwd: [GENERAL] Performance]
Previous Message Rich Ackerman 1999-10-29 13:34:52 CASE WHEN examples