diff options
author | Peter Eisentraut | 2010-12-30 20:15:55 +0000 |
---|---|---|
committer | Peter Eisentraut | 2010-12-30 20:15:55 +0000 |
commit | 17cb9e8c984746d3bbdf0d94367a0c5a6e2b6aee (patch) | |
tree | 0dd93996d20d0e674d3c27025ce92912b5028e9e | |
parent | 55573990cac93d9f17a5c3ef19946415f8244903 (diff) |
Remove tabs in SGML
-rw-r--r-- | doc/src/sgml/ref/create_role.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index a4472629e45..7cc7f149fdc 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -184,7 +184,7 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac streaming replication or put the system in and out of backup mode. A role having the <literal>REPLICATION</> attribute is a very highly privileged role, and should only be used on roles actually - used for replication. If not specified, + used for replication. If not specified, <literal>NOREPLICATION</literal> is the default. </para> </listitem> |