Re: REVIEW: Extensions support for pg_dump
От | Alvaro Herrera |
---|---|
Тема | Re: REVIEW: Extensions support for pg_dump |
Дата | |
Msg-id | 1295279637-sup-9642@alvh.no-ip.org обсуждение исходный текст |
Ответ на | REVIEW: Extensions support for pg_dump (Anssi Kääriäinen <anssi.kaariainen@thl.fi>) |
Ответы |
Re: REVIEW: Extensions support for pg_dump
|
Список | pgsql-hackers |
Excerpts from Anssi Kääriäinen's message of lun ene 17 12:41:25 -0300 2011: > While it is not possible to drop functions in extensions, it is possible > to rename a function, and also to CREATE OR REPLACE a function in an > extension. After renaming or CORing a function, it is possible to drop > the function. Hmm, this seems a serious problem. I imagine that what's going on is that the function cannot be dropped because the extension depends on it; but after the rename, the dependencies of the function are dropped and recreated, but the dependency that relates it to the extension is forgotten. -- Álvaro Herrera <alvherre@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-hackers по дате отправления: