Christian Strobl wrote:
> thanks for your answers. unfortunately i misworded my problem
> again. i have a very clear problem and i am looking for a
> solution of this problem (if it is basic or not) and i am not
> using RedHatEL/CentOS/Fedora. i am looking for a solution
> which is applicable t
hallo magnus,
thanks for your answer.
> Just run the "make" and "make install" commands in subdirs
> only. You will need to do it in src/interfaces/libpq and
> src/bin/psql to get a working psql.
that is the answer i was looking for.
> But you can certainly have control over the version on
hi tomasz,
thanks for your answers. unfortunately i misworded my problem again. i have a
very clear problem and i am looking for a solution of this problem (if it is
basic or not) and i am not using RedHatEL/CentOS/Fedora. i am looking for a
solution which is applicable to every linux os and no
On 2008-08-07 11:49, [EMAIL PROTECTED] wrote:
> maybe i misworded my problem. i am looking for the possibility to
> install a psql client (without a server) out of the sources.
It is not a basic problem - it is your solution for a problem, which
maybe does have another, better solution.
> i have
[EMAIL PROTECTED] wrote:
> 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, also preferred self compi
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, also preferred self compiled.
i know that is possible to
On 2008-08-06 17:38, [EMAIL PROTECTED] 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:
# dp
On Aug 6, 2008, at 11:57 AM, Raymond O'Donnell wrote:
On 06/08/2008 16:38, [EMAIL PROTECTED] wrote:
hi all,
maybe a simple question, but i found no answer. what is the best
way to
get a psql-client at a linux system without the need of a server. is
[snip]
p.s. besides this i am also intere
On 06/08/2008 16:38, [EMAIL PROTECTED] wrote:
hi all,
maybe a simple question, but i found no answer. what is the best way to
get a psql-client at a linux system without the need of a server. is
[snip]
p.s. besides this i am also interested, if there is a solution of this
problem for windows