From: Tatsuo Ishii Date: Sun, 21 Feb 2016 00:04:59 +0000 (+0900) Subject: Fix wording in the Tutorial document. X-Git-Tag: REL9_5_2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a397f8268a6a315b8c6579124637cddc8f79ea71;p=postgresql Fix wording in the Tutorial document. With suggentions from Tom Lane. --- diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 342fdad91c..f425598a4e 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -340,7 +340,7 @@ mydb=> mydb=# That would mean you are a database superuser, which is most likely - the case if you installed PostgreSQL + the case if you installed the PostgreSQL instance yourself. Being a superuser means that you are not subject to access controls. For the purposes of this tutorial that is not important.