How PG parser search (build-in) function?

From: Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: How PG parser search (build-in) function?
Date: 2000-01-13 15:24:42
Message-ID: Pine.LNX.3.96.1000113160102.19765F-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have a question... How PG parser select (build-in) function?
Check parser function's arguments datetypes only or check returns value
datetype too (for function searching in system cache ..etc)?

I have function to_number(text, text) this function returns numeric
datetype. Is possible (effective) write this function for more
datatypes than for numeric? The function is always "to_number(text, text)",
possible difference is in a returned datetype.

(The function extract number from formated string and this number
return, but how datetype we want return?)

Karel

PS. Sorry if my problem description is a litle mazy..

----------------------------------------------------------------------
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> http://home.zf.jcu.cz/~zakkr/

Docs: http://docs.linux.cz (big docs archive)
Kim Project: http://home.zf.jcu.cz/~zakkr/kim/ (process manager)
FTP: ftp://ftp2.zf.jcu.cz/users/zakkr/ (C/ncurses/PgSQL)
-----------------------------------------------------------------------

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-01-13 15:38:17 Re: [HACKERS] Uninstalling PostgreSQL ??!!
Previous Message Adam Walczykiewicz 2000-01-13 15:16:41 Uninstalling PostgreSQL ??!!