create role manual

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: create role manual
Date: 2024-06-16 02:25:23
Message-ID: 20240616.112523.1208348667552014162.t-ishii@sranhm.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While my colleague is working on translating
doc/src/sgml/ref/create_role.sgml into Japanese, he has found
following sentence is hard to parse:

The rules for which initial
role membership options are enabled described below in the
<literal>IN ROLE</literal>, <literal>ROLE</literal>, and
<literal>ADMIN</literal> clauses.

Maybe we need "are" in front of "described"?

Attached is the patch for that.

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

Attachment Content-Type Size
create_role.patch text/x-patch 823 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2024-06-16 02:37:11 Re: create role manual
Previous Message Michael Paquier 2024-06-16 00:28:05 Re: race condition in pg_class