Re: creating extension including dependencies
От | Petr Jelinek |
---|---|
Тема | Re: creating extension including dependencies |
Дата | |
Msg-id | 55FB7C7D.30305@2ndquadrant.com обсуждение исходный текст |
Ответ на | Re: creating extension including dependencies (Jeff Janes <jeff.janes@gmail.com>) |
Ответы |
Re: creating extension including dependencies
Re: creating extension including dependencies |
Список | pgsql-hackers |
On 2015-09-17 17:31, Jeff Janes wrote: > > If I fail to specify CASCADE and get an ERROR, I think there should be a > HINT which suggests the use of CASCADE. > > > create extension earthdistance ; > ERROR: required extension "cube" is not installed > > (no hint) > > There is a HINT on the reverse operation: > drop extension cube; > ERROR: cannot drop extension cube because other objects depend on it > DETAIL: extension earthdistance depends on extension cube > HINT: Use DROP ... CASCADE to drop the dependent objects too. Makes sense. > > Also, It would be nice to have psql tab complete the word CASCADE. > Hmm, it already does? -- Petr Jelinek http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления: