From a397f8268a6a315b8c6579124637cddc8f79ea71 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sun, 21 Feb 2016 09:04:59 +0900 Subject: [PATCH] Fix wording in the Tutorial document. With suggentions from Tom Lane. --- doc/src/sgml/start.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.