Jump to letter: [
          
            ABCEFGHIKLMNOPQRSTUVWXYZ
          ]
        
        rh-postgresql-devel: PostgreSQL development header files and libraries.
        
        
        - Summary
- The postgresql-devel package contains the header files and libraries
needed to compile C or C++ applications which will directly interact
with a PostgreSQL database management server and the ecpg Embedded C
Postgres preprocessor. You need to install this package if you want to
develop applications which will interact with a PostgreSQL server. If
you're installing postgresql-server, you need to install this
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.