I would like editor access to the wiki...

Поиск
Список
Период
Сортировка
От Joel Barnard
Тема I would like editor access to the wiki...
Дата
Msg-id DM5PR14MB13086C45E9774E8F010B8492BE579@DM5PR14MB1308.namprd14.prod.outlook.com
обсуждение исходный текст
Ответы Re: I would like editor access to the wiki...
Список pgsql-www
I would like editor access to the wiki, my username is jebarnard and I would like to modify:


The math is incorrect for the luhn_generate_checkdigit function, it returns invalid values for 1, 10, 100, 1000 ....
FROM generate_series(0, ceil(log($1))::integer - 1) AS n
should be changed to:
FROM generate_series(0, floor(log($1))::integer) AS n

Thanks,

Joel Barnard

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

Предыдущее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: Up-level link on mailing lists archives pages
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: I would like editor access to the wiki...