polymorphic functions and unknown type problem

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема polymorphic functions and unknown type problem
Дата
Msg-id 162867790711250814t7abce377m6aeac0ec693915bd@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
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


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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: quote_literal(integer) does not exist
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: 8.3devel slower than 8.2 under read-only load