Обсуждение: contrib modules script policy?

Поиск
Список
Период
Сортировка

contrib modules script policy?

От
"Jan-Peter Seifert"
Дата:
Hello,

what is the backward compatibility policy regarding the contrib modules' uninstall scripts?

http://www.postgresql.org/docs/8.3/interactive/contrib.html

Can one be sure that all of the contrib module's functions etc. are removed from the database if you use an
uninstall-scriptfrom a newer server version? I checked the dblink uninstall scripts from the major versions 8.2, 8.3
and8.4 for example. There weren't any significant differences but I'd like to make sure. 

Could you tell me, please?

Thank you very much,

Peter
--
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!*
http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a

Re: contrib modules script policy?

От
Tom Lane
Дата:
"Jan-Peter Seifert" <Jan-Peter.Seifert@gmx.de> writes:
> Can one be sure that all of the contrib module's functions etc. are
> removed from the database if you use an uninstall-script from a newer
> server version?

I wouldn't count on it.  Use the same version uninstall script as you
installed.

            regards, tom lane