Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        postgresql-server: The programs needed to create and run a PostgreSQL server.
        
        
        - Summary
- The postgresql-server package includes the programs needed to create
and run a PostgreSQL server, which will in turn allow you to create
and maintain PostgreSQL databases.  PostgreSQL is an advanced
Object-Relational database management system (DBMS) that supports
almost all SQL constructs (including transactions, subselects and
user-defined types and functions). You should install
postgresql-server if you want to create and maintain your own
PostgreSQL databases and/or your own PostgreSQL server. You also need
to install the postgresql package.
Changelog
        
            - * Mon Feb 13 17:00:00 2006 Tom Lane <tgl{%}redhat{*}com> 8.1.3-1
- 
            - Update to PostgreSQL 8.1.3 (fixes bug #180617, CVE-2006-0553)
- Update to jdbc driver build 405
- Modify multilib header hack to not break non-RH arches, per bug #177564 
            - * Tue Feb  7 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 8.1.2-1.1
- 
            - rebuilt for new gcc4.1 snapshot and glibc changes 
            - * Mon Jan  9 17:00:00 2006 Tom Lane <tgl{%}redhat{*}com> 8.1.2-1
- 
            - Update to PostgreSQL 8.1.2
- Repair extraneous quote in pgtcl configure script ... odd that bash
  didn't use to spit up on this.