Re: Clarification - Mailing list pgsql-general

From Tom Lane
Subject Re: Clarification
Date
Msg-id 6908.976117477@sss.pgh.pa.us
Whole thread Raw
In response to Clarification  (ashley <ashley@SITCAS.com.au>)
List pgsql-general
ashley <ashley@SITCAS.com.au> writes:
> I wish to run postgresql on a Linux (Slackware) server over a LAN.
> The client must reside on Apple MacIntosh (12 of them)

What are you planning to write the client in?

If you haven't decided yet, one possibility is Tcl.  It runs fine on
Macs.  I'm not sure whether our libpgtcl interface would port easily
to Mac --- libpgtcl itself probably would, but it depends on libpq
which uses Unix-isms like select().  (Has anyone tried that?)  However,
somewhere out there is a Tcl Postgres client library written entirely
in Tcl, and it would surely drop in and run on a Mac.  I don't have a
URL at hand for that library, but I know it exists --- try checking our
mail list archives from a year or two back to see what you can turn up.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: syntax of outer join in 7.1devel
Next
From: Jeff Meeks
Date:
Subject: Design and development info