pg_default_acl missing 'n' case in doc

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: pg_default_acl missing 'n' case in doc
Date: 2018-07-31 02:51:04
Message-ID: alpine.DEB.2.21.1807302243001.13230@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


While looking at ACL prettyprinting, I noticed that "pg_default_acl"
documentation does not say anything about type 'n' for schema (namespace),
which seems to be supported according to "\ddp" and the catalog code.

Here is a small addition to add that 'n' is allowed for schema.

--
Fabien.

Attachment Content-Type Size
pg_default_acl-doc-fix.patch text/plain 567 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2018-07-31 03:30:00 Re: Explain buffers wrong counter with parallel plans
Previous Message Amit Langote 2018-07-31 02:11:27 Re: partition tree inspection functions