summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2016-02-21 09:04:59 +0900
committerTatsuo Ishii <ishii@postgresql.org>2016-02-21 09:10:29 +0900
commit8fed3cc225a24c3c5a22cbf7afd9bd8615dcaf2d (patch)
tree681a154f76b2527f28e9592130933b7b503d0d68
parent71e3cff2e5956f3edf6d99039dab0424eb82be94 (diff)
Fix wording in the Tutorial document.
With suggentions from Tom Lane.
-rw-r--r--doc/src/sgml/start.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 342fdad91c5..f425598a4ef 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -340,7 +340,7 @@ mydb=&gt;
mydb=#
</screen>
That would mean you are a database superuser, which is most likely
- the case if you installed <productname>PostgreSQL</productname>
+ the case if you installed the <productname>PostgreSQL</productname> instance
yourself. Being a superuser means that you are not subject to
access controls. For the purposes of this tutorial that is not
important.