1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Minor copy-editing in tutorial.

This commit is contained in:
Tom Lane
2004-12-17 04:50:32 +00:00
parent 1ef38f2691
commit 92c001bbaf
3 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.36 2004/06/29 19:57:40 petere Exp $
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.37 2004/12/17 04:50:32 tgl Exp $
-->
<chapter id="tutorial-start">
@@ -218,7 +218,7 @@ createdb: database creation failed: ERROR: permission denied to create database
operating system account. As it happens, there will always be a
<productname>PostgreSQL</productname> user account that has the
same name as the operating system user that started the server,
and it also happens that the user always has permission to
and it also happens that that user always has permission to
create databases. Instead of logging in as that user you can
also specify the <option>-U</option> option everywhere to select
a <productname>PostgreSQL</productname> user name to connect as.