Re: looking for psql without server-installation

From: Tomasz Ostrowski <tometzky(at)batory(dot)org(dot)pl>
To: Christian(dot)Strobl(at)dlr(dot)de
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: looking for psql without server-installation
Date: 2008-08-07 06:47:05
Message-ID: 489A9A69.1000809@batory.org.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2008-08-06 17:38, Christian(dot)Strobl(at)dlr(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2008-08-07 06:51:56 Re: bytea encode performance issues
Previous Message Sim Zacks 2008-08-07 05:16:20 Re: bytea encode performance issues