Обсуждение: polymorphic functions and unknown type problem

Поиск
Список
Период
Сортировка

polymorphic functions and unknown type problem

От
"Pavel Stehule"
Дата:
Hello

I tryed implement quote_literal function with anyelement parametr. It
works for all specified types, but I have problem with unknown type.

Is it cstring? I can understand prohibition in SQL or PLPGSQL, but why
I cannot use it in C language.

Regards
Pavel Stehule