Download of the day: PostgreSQL 8.2

PostgreSQL 8.2 has been released and available for download.
PostgreSQL is a Free object-relational database server (database management system), released under a flexible BSD-style license.
This release adds many functionality and performance improvements that were requested by users, including:
=> Query language enhancements including INSERT/UPDATE/DELETE RETURNING, multirow VALUES lists, and optional target-table alias in UPDATE/DELETE
=> Index creation without blocking concurrent INSERT/UPDATE/DELETE operations
=> Many query optimization improvements, including support for reordering outer joins
=> Improved sorting performance with lower memory usage
=> More efficient locking with better concurrency
=> More efficient vacuuming
=> Easier administration of warm standby servers
=> New FILLFACTOR support for tables and indexes
=> Monitoring, logging, and performance tuning additions
=> More control over creating and dropping objects
=> Table inheritance relationships can be defined for and removed from pre-existing tables etc
=> Read Release Notes for more information
Download PostgreSQL 8.2.
A dump/restore using pg_dump is required for those wishing to migrate data from any previous release.
You may also be interested in other helpful articles:
- Postgresql 8.3 Commands Cheat Sheet
- Howto Setup PostgreSQL in the OpenSolaris OS
- Download of the day: PostgreSQL 8.3 Database Server
- PostgreSQL get back storage occupied by deleted tuples or records
- Howto Backup PostgreSQL Databases Server With pg_dump command
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


I want to download postgrest