Обсуждение: to_dec()

Поиск
Список
Период
Сортировка

to_dec()

От
"Melvin Davidson"
Дата:
<p><font face="Arial">I have created a to_dec() function, which is in essence, the opposite of the to_hex()
function.</font><p><fontface="Arial">Does anybody know how I can submit this function to Postgresql ?</font> 

Re: to_dec()

От
"Aaron Bono"
Дата:
On 8/4/06, Melvin Davidson <mdavidson@cctus.com> 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

You will need to submit the patch to pgsql-patches@postgresql.org. It will be reviewed by other contributors to the project and will be either accepted or sent back for further work.

Read the FAQ as they specify the format of your submission.

==================================================================
   Aaron Bono
   Aranya Software Technologies, Inc.
   http://www.aranya.com
   http://codeelixir.com
==================================================================