pg_foundation
=============
The PostgreSQL foundation project provides data and classes that relate to core
PostgreSQL elements. Exception hierarchy, type implementations, type Oid
identification, and encoding aliases to name a few.
contents
--------
The Postgres foundation package provides various utilities for working
PostgreSQL:
* PostgreSQL exception classes and SQL state codes
* PostgreSQL types and named Oids
* Version parser
* pg_config dictionary converter
* encoding aliases
* bytea codec
* 'optparse' options for command line client programs
* pgpass file parser
* environment variable collector
* PQ IRI parser (think DSN, but in URL form)