pg_toolkit_brazil
pg_toolkit_brazil copied to clipboard
PostgreSQL extension that provides Brazilian specific data types, indexing, functions, casts and operators
pg_toolkit_brazil
PostgreSQL: extension that provides Brazilian specific data types, functions and operators.
Supported PostgreSQL versions
The aim of the project is support as many community-supported major versions of Postgres as possible. Currently, the following versions of PostgreSQL are supported:
11, 12, 13, 14, 15 and 16.
Installation
$ git clone https://github.com/fabriziomello/pg_toolkit_brazil.git
$ cd pg_toolkit_brazil
# Make sure your path includes the bin directory that contains the correct `pg_config`
$ PATH=/path/to/pg/bin:$PATH
$ USE_PGXS=1 make
$ USE_PGXS=1 make install
Tests
$ USE_PGXS=1 make installcheck
Please feel free to open a PR.
Authors
- Fabrízio de Royes Mello
License
PostgreSQL server source code, used under the PostgreSQL license.
Portions Copyright (c) 1996-2023, The PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California
All other parts are licensed under the 3-clause BSD license, see LICENSE file for details.
Copyright (c) 2023, Fabrízio de Royes Mello [email protected]