polymorphic functions and unknown type problem

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: polymorphic functions and unknown type problem
Date: 2007-11-25 16:14:41
Message-ID: 162867790711250814t7abce377m6aeac0ec693915bd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-11-25 16:36:14 Re: 8.3devel slower than 8.2 under read-only load
Previous Message Pavel Stehule 2007-11-25 14:02:31 Re: quote_literal(integer) does not exist