Re: [SQL] to_dec()
On 8/4/06, Melvin Davidson <[EMAIL PROTECTED]> wrote: I have created a to_dec() function, which is in essence, the opposite of the to_hex() function. Does anybody know how I can submit this function to Postgresql ? See 1.5 on the FAQ: http://www.postgresql.org/docs/faqs.FAQ_DEV.html
[SQL] to_dec()
Title: to_dec() I have created a to_dec() function, which is in essence, the opposite of the to_hex() function. Does anybody know how I can submit this function to Postgresql ?