Re: pPL/pgSQL restriction on characters for copying types?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pPL/pgSQL restriction on characters for copying types?
Дата
Msg-id 1812333.1708965337@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pPL/pgSQL restriction on characters for copying types?  (Thiemo Kellner <thiemo@gelassene-pferde.biz>)
Ответы Re: pPL/pgSQL restriction on characters for copying types?
Список pgsql-general
Thiemo Kellner <thiemo@gelassene-pferde.biz> writes:
> However, I want to create a (trigger) function to impose data 
> consistency. For that purpose, I try to copy the data type of a PL/pgSQL 
> variable from the base object, a view in that case. Trying so, I get the 
> following error on installation of the function.

> V⠒NODE_TYPE⠒NAME                NODE⠒V.NODE_TYPE⠒NAME%type := null;

> Syntax error at "%" … invalid type name. If I use the actual type of the 
> column, all is fine.

FWIW, I couldn't reproduce this with the fragmentary scripts you
provided.  I suspect the problem is not about the special characters
in the names, rather about search_path not including the NODE⠒V view.
Consider schema-qualifying the view name, or attaching a "SET
search_path" clause to the function.

            regards, tom lane



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Clarity regarding the procedures call in postgresql for public and non-public schema
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Clarity regarding the procedures call in postgresql for public and non-public schema