| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | atiris(at)gmail(dot)com |
| Cc: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: Missing type in example |
| Date: | 2016-09-23 18:13:18 |
| Message-ID: | 9220.1474654398@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
atiris(at)gmail(dot)com writes:
> 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))'
Hmm, you're right. It appears that these examples worked when written,
but that was a long time ago when we had fewer operators named "#".
Thanks for the report!
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2016-09-24 00:31:02 | Fix for function ownership |
| Previous Message | atiris | 2016-09-23 08:15:30 | Missing type in example |