| From: | Neil Conway <neilc(at)samurai(dot)com> |
|---|---|
| To: | Aravind Vinnakota <aravind(at)csee(dot)wvu(dot)edu> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: client for solaris |
| Date: | 2002-12-12 23:04:49 |
| Message-ID: | 1039734289.357.40.camel@tokyo |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-sql |
[ 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(at)samurai(dot)com> || PGP Key ID: DB3C29FC
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2002-12-12 23:08:25 | Re: installing with readline |
| Previous Message | johnnnnnn | 2002-12-12 23:00:02 | Re: [GENERAL] CLUSTER command |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rajesh Kumar Mallah. | 2002-12-13 10:56:56 | Re: function replace doesnt exist |
| Previous Message | Aravind Vinnakota | 2002-12-12 21:41:02 | client for solaris |