mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
pg_dump can dump 7.0 databases.
This commit is contained in:
parent
3f8e21c34a
commit
c434ae3539
2 changed files with 3 additions and 1 deletions
1
HISTORY
1
HISTORY
|
|
@ -15,6 +15,7 @@ Changes
|
|||
-------
|
||||
Fix for numeric MODULO operator (Tom)
|
||||
pg_dump fixes (Philip)
|
||||
pg_dump can dump 7.0 databases (Philip)
|
||||
readline 4.2 fixes (Peter E)
|
||||
JOIN fixes (Tom)
|
||||
AIX, MSWIN, VAX,N32K fixes (Tom)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.88 2001/05/03 17:17:41 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.89 2001/05/03 20:39:52 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
|
|
@ -45,6 +45,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.88 2001/05/03 17:17:41 mom
|
|||
<programlisting>
|
||||
Fix for numeric MODULO operator (Tom)
|
||||
pg_dump fixes (Philip)
|
||||
pg_dump can dump 7.0 databases (Philip)
|
||||
readline 4.2 fixes (Peter E)
|
||||
JOIN fixes (Tom)
|
||||
AIX, MSWIN, VAX,N32K fixes (Tom)
|
||||
|
|
|
|||
Loading…
Reference in a new issue