Re: Installing clients (psql) only

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Rick Delaney <rick(at)consumercontact(dot)com>
Cc: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing clients (psql) only
Date: 2000-06-18 14:16:50
Message-ID: Pine.LNX.4.21.0006180134150.348-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rick Delaney writes:

> Is there a source distribution to install just psql?

No (at least not officially). If you want to use psql you probably have a
server somewhere, and there's no reason why you couldn't reuse that source
tree.

> What I'm looking for is a quick and easy way to install psql and
> DBD::Pg (which needs libpq) on a bunch of different unix client
> machines.

Something like this should suffice:

./configure [options]
make -C interfaces
make -C interfaces install
make -C bin
make -C bin install

(Or if you really just want psql, you can find it in bin/psql, and libpq
in interfaces/libpq.)

If you're sure that all clients are configured identically you can just
log into each one and run the "install" steps on each. Otherwise it's
safest if you run `make distclean' and re-configure on each box.

> What do people normally do when they don't need all of Postgres on
> their client boxes?

Using RPMs is also popular, if applicable.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Manuel Lemos 2000-06-18 17:02:00 Re: International Address Format Standard
Previous Message Tom Lane 2000-06-18 05:12:30 Re: Backend died while dropping index