Wiki editor request

Поиск
Список
Период
Сортировка
От Marco Glauser
Тема Wiki editor request
Дата
Msg-id 8e8d9352-f8cb-be4d-171d-94d8d8eed35c@mglauser.ch
обсуждение исходный текст
Ответы Re: Wiki editor request  (Joe Conway <mail@joeconway.com>)
Список pgsql-www
Hi,

I would like editor access to the wiki, my username is mglauser and I would like to modify https://wiki.postgresql.org/wiki/Luhn_algorithm.

The current snippet uses

ceil(log( $1 ))::integer - 1
which calculates the wrong number of digits for numbers like 1, 10, 1000, ...
I would propose to change it to
floor(log( $1 ))::integer

regards
Marco

В списке pgsql-www по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Publishing 14 source snapshots?
Следующее
От: Jacob Champion
Дата:
Сообщение: Re: Publishing 14 source snapshots?