pgsql: Fix some bogosities in geometric-function documentation: add an

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some bogosities in geometric-function documentation: add an
Date: 2005-07-18 22:34:15
Message-ID: 20050718223415.48DBB52A62@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix some bogosities in geometric-function documentation: add an entry
for circle(polygon), which was missing; remove bogus entry for
point(lseg, lseg), which does not exist, and the documentation seemed to
describe lseg_interpt, which we already document as an operator not a
function. Also remove entry for box_intersect, which likewise is
preferentially used via the operator #.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.266 -> r1.267)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.266&r2=1.267)

Browse pgsql-committers by date

  From Date Subject
Next Message User Agoldshuv 2005-07-18 23:47:03 bizgres - bizgres: Added CSV and BINARY data formats to the buffered
Previous Message Tom Lane 2005-07-18 21:37:24 pgsql: It appears that Darwin (OS X) does not cope well with C functions