Re: looking for psql without server-installation - Mailing list pgsql-general

From
Subject Re: looking for psql without server-installation
Date
Msg-id AC78B6BABBC9A74C95028F87A0EACF7901900D0A@exbe04.intra.dlr.de
Whole thread Raw
In response to Re: looking for psql without server-installation  (Tomasz Ostrowski <tometzky@batory.org.pl>)
Responses Re: looking for psql without server-installation  (Magnus Hagander <magnus@hagander.net>)
Re: looking for psql without server-installation  (Tomasz Ostrowski <tometzky@batory.org.pl>)
List pgsql-general
maybe i misworded my problem. i am looking for the possibility to install a psql client (without a server) out of the
sources.my usecase is: one server with a postgresql-server (self compiled) and several workstations with psql-clients,
alsopreferred self compiled.  
i know that is possible to compile at every workstation the sourcecode of the server to get a psql-client. but the side
effectis, that in this case i have a potential server at every workstation and in my opinion that is a very large
footprint.i have to compile psql for myself because otherwise (installing binaries with packaging tools) i have no (or
minimal)control about the version of the client. 
i think that is a use case which can be applied to the needs of many people (for example: oracle offers also
client-only-packageswhich are containing sql+, ...) 
hoping for a solution
christian

> -----Ursprüngliche Nachricht-----
> Von: Tomasz Ostrowski [mailto:tometzky@batory.org.pl]
> Gesendet: Donnerstag, 7. August 2008 08:47
> An: Strobl, Christian
> Cc: pgsql-general@postgresql.org
> Betreff: Re: looking for psql without server-installation
>
> On 2008-08-06 17:38, Christian.Strobl@dlr.de wrote:
> > what is the best way to get a psql-client at a linux system without
> > the need of a server.
>
> On Fedora/RedHat/CentOS or other yum based distribution:
> # yum install postgresql
>
> For Debian/Ubuntu or other dpkg based distribution I think it will be:
> # dpkg --install postgresql-client
> But I do not use Debian, so I can be wrong.
>
> It does not have to be the same version as the server, so
> don't compile it yourself.
>
> Regards
> Tometzky
> --
> ...although Eating Honey was a very good thing to do, there
> was a moment just before you began to eat it which was better
> than when you were...
>                                                       Winnie the Pooh
>

pgsql-general by date:

Previous
From: Cyril SCETBON
Date:
Subject: Checkpoints writes
Next
From: Magnus Hagander
Date:
Subject: Re: looking for psql without server-installation