pgadmin 3 on Debian Stable (woody)

Поиск
Список
Период
Сортировка
От Derek Neighbors
Тема pgadmin 3 on Debian Stable (woody)
Дата
Msg-id 22578.156.42.68.23.1078333811.squirrel@usahoteljobs.com
обсуждение исходный текст
Ответы Re: pgadmin 3 on Debian Stable (woody)  (Andreas Pflug <pgadmin@pse-consulting.de>)
Re: pgadmin 3 on Debian Stable (woody)  (Raphaël Enrici <blacknoz@club-internet.fr>)
Список pgadmin-support
Yesterday I went to the downloads section of http://pgadmin.postgresql.org
to pick up more current binaries for a user that only has windows.  I was
pleasantly suprised to notice that pgadmin has now been packaged for
GNU/Linux distributions including Debian.

I added the necessary line to my sources.list and performed the install. 
The install went fine, but please note there is a minor omission on the
website.

Note that the web site reads:
For example, for France, you can try:
   * For Debian WOODY:     ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian
woody pgadmin
   * For Debian TESTING:     deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian
testing pgadmin
   * For Debian UNSTABLE:     deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian
unstable pgadmin


It should read:
For example, for France, you can try:
   * For Debian WOODY:     deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian
woody pgadmin
   * For Debian TESTING:     deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian
testing pgadmin
   * For Debian UNSTABLE:     deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian
unstable pgadmin


Diff would be:

-       ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian
woody pgadmin
+       deb
ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian woody
pgadmin


Anyhow I went to run the application and got the following error:

An Error has occured:
Error connecting to the server: The PostgreSQL server must be at least
version 7.3!

The issue is Debian Stable (woody) has PostgreSQL server 7.2.  I think
there are a few ways to tackle this in packaging.

1. Include backports for 7.3 in the same repository that the pgadmin3
stuff is and "require" it as part ofinstalling pgadmin3

2. Make pgadmin3 work against current PostgreSQL packaging for Debian
Stable (Woody)

I personally would like to see #2 as I'm not in a position currently to
readily upgrade to 7.3. :)

Derek Neighbors
GNU Enterprise
http://www.gnuenterprise.org
derek@gnue.org




В списке pgadmin-support по дате отправления:

Предыдущее
От: kedar_hukeri@hotmail.com
Дата:
Сообщение: Enter your Birthday
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: pgadmin 3 on Debian Stable (woody)