Re: module archive

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: module archive
Дата
Msg-id 20071026094823.GA24394@svana.org
обсуждение исходный текст
Ответ на module archive  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Thu, Oct 25, 2007 at 12:31:30PM -0400, Andrew Dunstan wrote:
>
> From time to time people have raised the idea of a CPAN-like mechanism
> for downloading, building and installing extensions and the like (types,
> functions, sample dbs, anything not requiring Postgres itself to be
> rebuilt), and I have been thinking on this for the last few days. What
> sort of requirements would people have of such a mechanism? How do
> people envision it working?

There's been some discussion before:
http://archives.postgresql.org/pgsql-patches/2006-05/msg00327.php

The most useful feature IMHO would be if the installed modules could be
recognised as a block (using pg_depends) so that:

1. pg_dump can see them and emit only INSTALL <module>
2. Uninstall removes everything that was installed

This only covers installtion though, not building or compiling.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: module archive
Следующее
От: Sebastien FLAESCH
Дата:
Сообщение: PostgreSQL 8.3, libpq and WHERE CURRENT OF