1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.352 2005/08/23 23:31:52 momjian Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -597,7 +597,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian
597
597
</para>
598
598
<para>
599
599
Using <command>ALTER USER</> and <command>ALTER DATABASE</>,
600
- limits can not be enforced on the maximum number of users who
600
+ limits can now be enforced on the maximum number of users who
601
601
can connect as as a specific uesr or to a specific database.
602
602
Setting the limit to zero disables user or database connections.
603
603
</para>
@@ -735,7 +735,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian
735
735
736
736
<listitem>
737
737
<para>
738
- Allow <command>TRUNCATE</> to truncate multiple files in a
738
+ Allow <command>TRUNCATE</> to truncate multiple tables in a
739
739
single command (Alvaro)
740
740
</para>
741
741
<para>
@@ -1726,7 +1726,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian
1726
1726
1727
1727
<listitem>
1728
1728
<para>
1729
- Implemention of OpenPGP symmetric-key and public-key encryption
1729
+ Implemention of OpenPGP symmetric-key and public-key encryption.
1730
1730
</para>
1731
1731
<para>
1732
1732
Supported are both RSA and Elgamal public-key algorithms.
@@ -1735,19 +1735,19 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian
1735
1735
1736
1736
<listitem>
1737
1737
<para>
1738
- Standalone build: include SHA256/384/512 hashes, Fortuna PRNG
1738
+ Standalone build: include SHA256/384/512 hashes, Fortuna PRNG.
1739
1739
</para>
1740
1740
</listitem>
1741
1741
1742
1742
<listitem>
1743
1743
<para>
1744
- OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7
1744
+ OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7.
1745
1745
</para>
1746
1746
</listitem>
1747
1747
1748
1748
<listitem>
1749
1749
<para>
1750
- Take build parameters (OpenSSL, zlib) from <filename>/configure</>. result
1750
+ Take build parameters (OpenSSL, zlib) from <filename>. /configure</> result.
1751
1751
</para>
1752
1752
<para>
1753
1753
No need to edit the <filename>Makefile</> anymore.
@@ -1756,7 +1756,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian
1756
1756
1757
1757
<listitem>
1758
1758
<para>
1759
- Remove support for <filename>libmhash</> and <filename>libmcrypt</> (Marko Kreen)
1759
+ Remove support for <filename>libmhash</> and <filename>libmcrypt</>.
1760
1760
</para>
1761
1761
</listitem>
1762
1762
0 commit comments