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
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
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
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 #.
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
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