summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2016-02-21 00:04:59 +0000
committerTatsuo Ishii2016-02-21 00:10:48 +0000
commit5d312ef1b2b38d0db90394691694238194172e84 (patch)
treeb565a771c831025a3b7aefbcd811e2cac69fef8a
parentca32f125b92c91c2abd02e25aede7b52b318f840 (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=>
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.