Wiki editor request - Mailing list pgsql-www

From Marco Glauser
Subject Wiki editor request
Date
Msg-id 8e8d9352-f8cb-be4d-171d-94d8d8eed35c@mglauser.ch
Whole thread Raw
Responses Re: Wiki editor request
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Publishing 14 source snapshots?
Next
From: Jacob Champion
Date:
Subject: Re: Publishing 14 source snapshots?