Re: Clarification

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ashley <ashley(at)SITCAS(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Clarification
Date: 2000-12-06 15:44:37
Message-ID: 6908.976117477@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ashley <ashley(at)SITCAS(dot)com(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2000-12-06 16:05:18 Re: Many postmasters...
Previous Message Tom Lane 2000-12-06 15:26:42 Re: syntax of outer join in 7.1devel