Search Postgresql Archives

Multiple Schema and extensions

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

 



Is it the case that extensions can be added to only one schema?  If so, what is the recommended practice for accessing a function from an extension in multiple schemas?

Is it *ok* to load the extension in the pg_catalog schema so functions can be accessed by unqualified names?  Is it *better* to have a separate schema for functions and use qualified names to access?  What is the general accepted practice?

As a side note:
ALTER EXTENSION foo ADD SCHEMA bar
What the heck does this do?  AFICS, it has no effect on the visibility of an extension function in the *added* schema.

thanks
alan



-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[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