pgsql: Add missing documentation for new anyarray-overlap operator.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing documentation for new anyarray-overlap operator.
Date: 2006-09-10 19:03:58
Message-ID: 20060910190358.C30699FB33E@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add missing documentation for new anyarray-overlap operator.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.335 -> r1.336)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.335&r2=1.336)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-09-10 20:14:20 pgsql: If we're going to advertise the array overlap/containment
Previous Message Tom Lane 2006-09-10 17:36:52 pgsql: Rename contrib contains/contained-by operators to @> and <@, per