1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

Fix obscure typo in 7.4.0 release notes.

This commit is contained in:
Neil Conway 2004-05-03 08:47:54 +00:00
parent 0142c00180
commit 4ef8b2f901

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.258 2004/03/07 22:07:56 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.259 2004/05/03 08:47:54 neilc Exp $
--> -->
<appendix id="release"> <appendix id="release">
@ -1938,7 +1938,7 @@ DROP SCHEMA information_schema CASCADE;
<listitem> <listitem>
<para> <para>
Improve performance of function <function>PGunescapeBytea</function> (Ben Lamb) Improve performance of function <function>PQunescapeBytea</function> (Ben Lamb)
</para> </para>
</listitem> </listitem>