Create Extension search path

Поиск
Список
Период
Сортировка
От Roger Niederland
Тема Create Extension search path
Дата
Msg-id 4E835EBC.6050102@niederland.com
обсуждение исходный текст
Ответы Re: Create Extension search path
Re: Create Extension search path
Список pgsql-general
On my windows install of postgres 9.1.0.

I have a search_path set in the config file.  This search path has several schemas defined.
Some of the databases within postgres, do not have the schema specified on the search path defined within the database.

Trying to add pgcryto via:
CREATE EXTENSION pgcrypto;
or
CREATE EXTENSION pgcrypto SCHEMA public;
Fail with the error invalid value for parameter "search_path".

To add the extension required me to change the search_path.
Is it required that all any schema added to the search_path exist in all databases?

Thanks,
Roger


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

Предыдущее
От: Adam Cornett
Дата:
Сообщение: Re: : Looking for a PostgreSQL book
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Rules going away