Skip to content

fabriziomello/pg_toolkit_brazil

Repository files navigation

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

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 fabriziomello@gmail.com

About

PostgreSQL extension that provides Brazilian specific data types, indexing, functions, casts and operators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published