aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-12-30 22:15:55 +0200
committerPeter Eisentraut <peter_e@gmx.net>2010-12-30 22:15:55 +0200
commit17cb9e8c984746d3bbdf0d94367a0c5a6e2b6aee (patch)
tree0dd93996d20d0e674d3c27025ce92912b5028e9e /doc/src
parent55573990cac93d9f17a5c3ef19946415f8244903 (diff)
downloadpostgresql-17cb9e8c984746d3bbdf0d94367a0c5a6e2b6aee.tar.gz
postgresql-17cb9e8c984746d3bbdf0d94367a0c5a6e2b6aee.zip
Remove tabs in SGML
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_role.sgml2
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>