pgsql: doc: fix typo in create role manual.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: fix typo in create role manual.
Date: 2024-06-16 07:30:28
Message-ID: E1sIkLM-001ihQ-4J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: fix typo in create role manual.

There was a small mistake in the create role manual.

Author: Satoru Koizumi
Reviewed-by: David G. Johnston
Discussion: https://postgr.es/m/flat/20240616.112523.1208348667552014162.t-ishii%40sranhm.sra.co.jp
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/92aff003d7f20810d7c8fbe13cbe5fb041cc6242

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2024-06-16 07:30:59 pgsql: doc: fix typo in create role manual.
Previous Message Tom Lane 2024-06-14 20:20:53 pgsql: Clean out column-level pg_init_privs entries when dropping table