PostgreSQL

Paperback
from $0.00

Author: Korry Douglas

ISBN-10: 0672327562

ISBN-13: 9780672327568

Category: General & Miscellaneous Software

The second edition of the best-selling PostgreSQL has been updated to completely cover new features and capabilities of the 8.0 version of PostgreSQL. You will be lead through the internals of the powerful PostgreSQL open source database chapter, offering an easy-to-read, code-based approach that makes it easy to understand how each feature is implemented, how to best use each feature, and how to get more performance from database applications. This definitive guide to building, programming...

Search in google:

The second edition of the best-selling PostgreSQL has been updated to completely cover new features and capabilities of the 8.0 version of PostgreSQL. You will be lead through the internals of the powerful PostgreSQL open source database chapter, offering an easy-to-read, code-based approach that makes it easy to understand how each feature is implemented, how to best use each feature, and how to get more performance from database applications. This definitive guide to building, programming and administering the powerful PostgreSQL open-source database system will help you harness one of the most widely used open source, enterprise-level database systems.

1Introduction to PostgreSQL and SQL92Working with data in PostgreSQL773PostgreSQL SQL syntax and use1394Performance1895Introduction to PostgreSQL programming2416Extending PostgreSQL2537PL/pgSQL3058The PostgreSQL C API - libpq3619A simpler C API - libpgeasy40510The new PostgreSQL C++ API - libpqxx42111Embedding SQL commands in C programs - ecpg46512Using PostgreSQL from an ODBC client application50113Using PostgreSQL from a Java client application54314Using PostgreSQL with Perl57315Using PostgreSQL with PHP61316Using PostgreSQL with Tcl and Tcl/Tk64517Using PostgreSQL with Python68318Npgsql : the .NET data provider70719Other useful programming tools74320Introduction to PostgreSQL administration77721PostgreSQL administration78322Internationalization and localization88123Security89924Replicating PostgreSQLData with Slony92525Contributed modules947