polymorphic functions and unknown type problem - Mailing list pgsql-hackers

From Pavel Stehule
Subject polymorphic functions and unknown type problem
Date
Msg-id 162867790711250814t7abce377m6aeac0ec693915bd@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: quote_literal(integer) does not exist
Next
From: Gregory Stark
Date:
Subject: Re: 8.3devel slower than 8.2 under read-only load