From: | "Chad R(dot) Larson" <clarson(at)eldocomp(dot)com> |
---|---|
To: | David Bear <David(dot)Bear(at)asu(dot)edu>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: windoze accesse to pg backend |
Date: | 2001-11-26 18:44:32 |
Message-ID: | 4.2.2.20011126114034.00bfb2f8@ecint.ecinet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
At 09:25 AM 11/26/2001 , David Bear wrote:
>I am wondering what 'common' solutions are used to access postgress data
>on unix back ends.
>
>I'd be glad to tabulate results for the list, but don't even know all the
>options.
The native tool "psql" is commonly used. There is a graphical front end
for windows called pgAdmin that is quite useful.
Beyond that, I'd guess ODBC and JDBC are the most common methods.
Also, the protocol between the client and the server is documented in
chapter 4 of the Developer's Guide in case you want to write your own
custom client. I'd discourage that and stick to ODBC or JDBC for
portability of your application.
-crl
--
Chad R. Larson (CRL22) chad(at)eldocomp(dot)com
Eldorado Computing, Inc. 602-604-3100
5353 North 16th Street, Suite 400
Phoenix, Arizona 85016-3228
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-11-26 22:39:30 | Re: installing 7.2b3 on IRIX 6.5.13 |
Previous Message | David Bear | 2001-11-26 16:25:01 | windoze accesse to pg backend |