Jump to letter: [
          
            ABCEFGHIKLMNOPQRSTUVWXYZ
          ]
        
        rh-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 Jul 12 05:00:00 2004 Tom Lane <tgl{%}redhat{*}com> 7.3.6-7
 
            - Rebuild (Saturday's try failed due to buildroot bustage)
 
        
            - * Sat Jul 10 05:00:00 2004 Tom Lane <tgl{%}redhat{*}com> 7.3.6-6
 
            - Undo ill-considered chkconfig change that causes server to start
  immediately upon install.  Mea culpa (bug 127552).
 
        
            - * Mon Jul  5 05:00:00 2004 Kim Ho <kho{%}redhat{*}com> 7.3.6-5
 
            - Add missing break statement.