Hello,

you can identify type via operator OF.

like:

 IF a IS OF INTEGER THEN
   RAISE NOTICE 'Parametr a is numeric';
 ELSIF a IS OF varchar THEN
   RAISE NOTICE 'Parametr a is string';
 END IF;

Regards
Pavel Stehule

_________________________________________________________________
Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com. http://www.msn.cz/


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org

Reply via email to