Thread: polymorphic functions and unknown type problem

polymorphic functions and unknown type problem

From
"Pavel Stehule"
Date:
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