Re: Attention PL authors: want to be listed in template table?
От | Tom Lane |
---|---|
Тема | Re: Attention PL authors: want to be listed in template table? |
Дата | |
Msg-id | 27075.1126103232@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Attention PL authors: want to be listed in template table? (Thomas Hallgren <thhal@mailblocks.com>) |
Ответы |
Re: Attention PL authors: want to be listed in template table?
|
Список | pgsql-hackers |
Thomas Hallgren <thhal@mailblocks.com> writes: > I assume that the path of the shared library will be somehow relative to > the GUC dynamic_library_path? Well, whatever you put in the template is what will be in the probin field of the support functions. I suppose it does not *have* to use $libdir, but I would definitely recommend using $libdir rather than depending on dynamic_library_path. > I also assume that the handler name can be prefixed with a schema name? > All PL/Java support functions reside in the sqlj schema. Not if you use the template facility, they won't. The handler and validator are hard-wired to live in pg_catalog under this scheme. > The validator for PL/Java will have to wait until 8.2. Do you want to drop in a stub? It's only a one-line function. regards, tom lane
В списке pgsql-hackers по дате отправления: