Fix for function ownership

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Cc: Nathan Wagner <nw(at)hydaspes(dot)if(dot)org>
Subject: Fix for function ownership
Date: 2016-09-24 00:31:02
Message-ID: 20160924003102.GA20542@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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 <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

Attachment Content-Type Size
owner.diff text/x-diff 1.6 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2016-09-24 01:23:25 Re: Fix for function ownership
Previous Message Tom Lane 2016-09-23 18:13:18 Re: Missing type in example