Missing type in example - Mailing list pgsql-docs

From atiris@gmail.com
Subject Missing type in example
Date
Msg-id 20160923081530.1517.75670@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Missing type in example  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.4/static/functions-geometry.html
Description:

Hi. You can not select '((1,-1),(-1,1))' # '((1,1),(-1,-1))' without any
type to see example for operator #. In both samples you need also types,
like:

box '((1,-1),(-1,1))' # box '((1,1),(-1,-1))'

# path '((1,0),(0,1),(-1,0))'

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Incorrect case in functions-textsearch
Next
From: sergey@melekhin.me
Date:
Subject: Notice on BEFORE triggers and INSERT .. ON CONFLICT