From: | "Daniel Verite" <daniel(at)manitou-mail(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: psql |
Date: | 2004-06-23 16:37:19 |
Message-ID: | 20040623183726.9590958@uruguay.(none) |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Richard Huxton writes
> Daniel Verite wrote:
> > You probably need to purge the postgresql-client package
> > as well, so that your shell will find /usr/local/pgsql/bin/psql
> > which should be the one that you installed from source.
>
> I believe there is a "backports" repository with up-to-date versions you
> can just apt-get though. Any Debianites like to go on the record as to
> how to set that up?
That should be as simple as adding the following entry to the
/etc/apt/sources.list file:
deb http://www.backports.org/debian/ woody postgresql
And then
# apt-get update
# apt-get install postgresql
--
Daniel.
PostgreSQL-based mail storage and user agent:
http://sourceforge.net/projects/manitou-mail
From | Date | Subject | |
---|---|---|---|
Next Message | DeJuan Jackson | 2004-06-23 16:48:10 | Re: User Privileges using dblink |
Previous Message | alltest1 | 2004-06-23 16:32:42 | Re: simultaneous use of JDBC and libpq |