pgsql: Fix incorrect description of udt_privileges view in documentatio

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect description of udt_privileges view in documentatio
Date: 2016-07-28 13:36:20
Message-ID: E1bSlU4-00042T-JX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect description of udt_privileges view in documentation.

The description of udt_privileges view contained an incorrect copy-pasted word.

Back-patch to 9.2 where udt_privileges view was added.

Author: Alexander Law

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6b8a89e646be8a25771e292e09550aa1abe7019d

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-28 15:39:33 pgsql: Register atexit hook only once in pg_upgrade.
Previous Message Tom Lane 2016-07-28 06:09:01 pgsql: tqueue.c's record-typmod hashtables need the HASH_BLOBS option.