Re: PSQL by itself?

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Hadley Willan <hadley(dot)willan(at)deeperdesign(dot)co(dot)nz>, Postgresql General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: PSQL by itself?
Date: 2003-05-02 23:37:38
Message-ID: 20030502233738.4AB65103C7@polaris.pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Either grab the sources and compile with the "static" option for a "no
libraries needed" version or copy psql and the appropriate libraries (IIRC
libpq.so.3 is all you need but there could be another one or two - you may
also need to run ldconfig after copying in the new library).

Cheers,
Steve

On Friday 02 May 2003 3:46 pm, Hadley Willan wrote:
> Hi all,
> I've just fully reinstalled my workstation to RH9 and as such haven't
> installed any of the postgresql packages.
>
> However, as this is my workstation and the database server is remote, I
> was wondering if there's just a psql package that I can get by itself,
> rather than installing the full postgresql packages for 7.3.2?
>
> Regards Hadley.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar 2003-05-03 08:04:09 Re: PostgreSQL Inquiry
Previous Message Hadley Willan 2003-05-02 23:30:53 Re: PostgreSQL Inquiry