Re: [DOCS] Fix for function ownership

2016-09-23 Thread Bruce Momjian
On Fri, Sep 23, 2016 at 09:23:25PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > Nathan Wagner told me that two places in the create function docs say > > permissions are controlled by the function creator, while permissions > > are really controlled by the function owner. > > > The attached

Re: [DOCS] Fix for function ownership

2016-09-23 Thread Tom Lane
Bruce Momjian writes: > Nathan Wagner told me that two places in the create function docs say > permissions are controlled by the function creator, while permissions > are really controlled by the function owner. > The attached patch fixes this. Looks like an improvement to me. Are there any ot

[DOCS] Fix for function ownership

2016-09-23 Thread Bruce Momjian
Nathan Wagner told me that two places in the create function docs say permissions are controlled by the function creator, while permissions are really controlled by the function owner. The attached patch fixes this. -- Bruce Momjian http://momjian.us EnterpriseDB

Re: [DOCS] Missing type in example

2016-09-23 Thread Tom Lane
ati...@gmail.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 #.

[DOCS] Notice on BEFORE triggers and INSERT .. ON CONFLICT

2016-09-23 Thread sergey
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/plpgsql-trigger.html Description: Before insert on update or insert trigger will fire twice when insert .. on conflict do update does the update part. First with TG_OP='INSERT' and

[DOCS] Missing type in example

2016-09-23 Thread atiris
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 typ