Go to file
Ben Merritt dd3253e109 Created README 2015-07-24 16:27:51 -05:00
tools Moved get_sizeof_phonenumber to a subdirectory 2015-07-22 15:14:05 -05:00
.gitignore Fixed .gitignore 2015-07-23 16:07:44 -05:00
Makefile Fixed dependency in Makefile 2015-07-23 16:13:12 -05:00
README.md Created README 2015-07-24 16:27:51 -05:00
error_handling.cpp Adjusted error handling 2015-07-24 16:22:04 -05:00
error_handling.h Adjusted error handling 2015-07-24 16:22:04 -05:00
mask.h Moved away from bitfields to increase portability 2015-07-22 14:23:40 -05:00
pg_libphonenumber.control Added default extension version 2015-07-23 16:08:10 -05:00
pg_libphonenumber.cpp Adjusted error handling 2015-07-24 16:22:04 -05:00
pg_libphonenumber.sql.template Finished b-tree index support 2015-07-24 14:48:22 -05:00
short_phone_number.cpp Started adding comparison functions 2015-07-23 16:29:13 -05:00
short_phone_number.h Started adding comparison functions 2015-07-23 16:29:13 -05:00

README.md

pg-libphonenumber

A (partially implemented!) PostgreSQL extension that provides access to Google's libphonenumber

Project status

This extension is in an ALPHA state. Do not use it in production environments.