Search Postgresql Archives

Create Extension search path

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux