Summary
PostgreSQL is very rich in built-in data types and external extensions. It can be easily extended using the C and C++ languages. In fact, PostgreSQL provides an extension-building infrastructure, called PGXS, so that extensions can be built against an installed server. Some PostgreSQL extensions, such as PostGIS, require complete chapters of their own so that they can be discussed.
PostgreSQL provides a very rich set of data types, such as XML, hstore, JSON, and array. These data types can be used to ease the developer's life by not reinventing the wheel and utilizing their very rich set of functions and operators. Also, several PostgreSQL data types, such as hstore and JSON, can increase the developer's agility because the database's ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access