From: Bruce Momjian Date: Sat, 12 Jun 2004 04:08:39 +0000 (+0000) Subject: Markup fix. X-Git-Tag: REL7_4_3~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d7ed778c4eacaaf9955ca72d12cd79362fa6f90;p=thirdparty%2Fpostgresql.git Markup fix. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 31511fd9fdb..293292bee92 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -44,7 +44,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.23 2004/06/12 04:03:45 mo Fix a zero-column bug (Tom) Improve handling of non-qualitified identifiers in GROUP BY clauses (Tom) Do not allow NATURAL CROSS JOIN (Tom) -Add missing check for invalid protocol packet length in binary COPY (Tom) +Add missing check for invalid protocol packet length in binary COPY (Tom) This fixes a difficult-to-exploit security hole.