I would like editor access to the wiki... - Mailing list pgsql-www

From Joel Barnard
Subject I would like editor access to the wiki...
Date
Msg-id DM5PR14MB13086C45E9774E8F010B8492BE579@DM5PR14MB1308.namprd14.prod.outlook.com
Whole thread Raw
Responses Re: I would like editor access to the wiki...
List 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 by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: Up-level link on mailing lists archives pages
Next
From: Stephen Frost
Date:
Subject: Re: I would like editor access to the wiki...