Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Tue Nov 4 18:00:00 2003 David Jee <djee{%}redhat{*}com> 7.3.4-RH-9
- add a patch that avoids running off the end of
to_timestamp()'s input string when the input is shorter than
the format string expects. [Bug #109067]
- * Thu Sep 25 19:00:00 2003 David Jee <djee{%}redhat{*}com> 7.3.4-RH-8
- new jdbc driver that fixes truncation bugs in getByte and
getShort methods
- rh-pgsql.patch updated to include the above jdbc fix
- * Mon Sep 22 19:00:00 2003 David Jee <djee{%}redhat{*}com> 7.3.4-RH-7
- remove jdbc building patch
- do not build jdbc; include pre-built jdbc jarfile in the sources
list
- move jarfile to /usr/share/java