Re: client for solaris - Mailing list pgsql-general

From Neil Conway
Subject Re: client for solaris
Date
Msg-id 1039734289.357.40.camel@tokyo
Whole thread Raw
In response to client for solaris  (Aravind Vinnakota <aravind@csee.wvu.edu>)
List pgsql-general
[ I removed pgsql-sql from the CC list ]

On Thu, 2002-12-12 at 16:41, Aravind Vinnakota wrote:
>   I am looking for a postgreSQL client for installing on a Solaris 8
> machine. The basic idea is to use the client and retrive the data from
> a database running on another machine without actually connecting to the
> database server.

That makes no sense -- if you want to retrieve data from the database on
another machine, you need to connect to it.

>  So, I want to know where I can get the client for
> solaris? I am assuming postgreSQL will run on solaris? I can make a
> package from the source. By client, I mean the client libraries.

Yes, PostgreSQL runs on Solaris. I believe you can install just the
command-line client (psql), by doing:

$ ./configure ...
$ make
$ make -C src/bin/psql install

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: installing with readline
Next
From: Steve Crawford
Date:
Subject: Grant issues