check_digits 0.3.2

This Release
check_digits 0.3.2
Date
Status
Stable
Latest Stable
check_digits 0.3.3 —
Latest Testing
check_digits 0.3.1 —
Other Releases
Abstract
Functions to check various identification numbers
Released By
olshevskiy87
License
MIT
Resources
Special Files
Tags

Extensions

check_digits 0.3.2
Functions to check various identification numbers

README

check digits

PGXN version

Functions to check various identification numbers.

Functions

  • check_digits_inn(inn text)

Checks russian Individual Taxpayer Number (INN)

  • check_digits_okpo(okpo text)

Checks All-Russian Classifier of Enterprises and Organizations (OKPO)

  • check_digits_ogrn(ogrn text)

Check Primary State Registration Number (OGRN)

  • check_digits_snils(snils text)

Check Insurance Number of Individual Ledger Account (SNILS)

  • check_digits_isbn(isbn text)

Check International Standard Book Number (ISBN-10 and ISBN-13)

Installation

Build with

$ make

To make the regression tests run

$ make installcheck

Install with

$ sudo make install

At last to create the extension type in psql

$$ CREATE EXTENSION check_digits;

License

Copyright (c) 2015 - 2016 Dmitriy Olshevskiy. MIT LICENSE.

See LICENSE for details.