1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-01 14:21:49 +03:00

Fix wording in the Tutorial document.

With suggentions from Tom Lane.
This commit is contained in:
Tatsuo Ishii 2016-02-21 09:04:59 +09:00
parent 71e3cff2e5
commit 8fed3cc225

View File

@ -340,7 +340,7 @@ mydb=>
mydb=# mydb=#
</screen> </screen>
That would mean you are a database superuser, which is most likely 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 yourself. Being a superuser means that you are not subject to
access controls. For the purposes of this tutorial that is not access controls. For the purposes of this tutorial that is not
important. important.