1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix array operator refererence in release notes, per David Wheeler.

This commit is contained in:
Bruce Momjian 2006-10-18 03:53:50 +00:00
parent 022fd99668
commit 723f716be0

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.474 2006/10/17 20:17:08 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.475 2006/10/18 03:53:50 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
@ -1405,7 +1405,7 @@ links to the main documentation.
<listitem> <listitem>
<para> <para>
New <link linkend="functions-geometry-op-table">operators</link> New <link linkend="functions-array">operators</link>
for array-subset comparisons (<literal>@&gt;</>, for array-subset comparisons (<literal>@&gt;</>,
<literal>&lt;@</>, <literal>&amp;&amp;</>) (Teodor, Tom) <literal>&lt;@</>, <literal>&amp;&amp;</>) (Teodor, Tom)
</para> </para>