Skip to content

Commit 209e866

Browse files
committed
Fix typo:
On Mon, 2004-01-26 at 21:28, Peter Eisentraut wrote: > Christophe Combelles wrote: > > At the bottom of this doc file : > > file:///usr/share/doc/postgresql-doc/html/tutorial-createdb.html > > "and it also happens that that user always has permission" > > ---- x2 > The first "that" serves as a conjuction, the second one serves as an > article. Looks correct to me. A better workaround for the sentence would be something like: "and it also happens that the user always has permission" Looks easier to read, I think. Enver ALTIN (a.k.a. skyblue)
1 parent 43d37a8 commit 209e866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/start.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.33 2003/11/29 19:51:37 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.34 2004/02/12 16:38:04 momjian Exp $
33
-->
44

55
<chapter id="tutorial-start">
@@ -218,7 +218,7 @@ createdb: database creation failed: ERROR: permission denied to create database
218218
operating system account. As it happens, there will always be a
219219
<productname>PostgreSQL</productname> user account that has the
220220
same name as the operating system user that started the server,
221-
and it also happens that that user always has permission to
221+
and it also happens that the user always has permission to
222222
create databases. Instead of logging in as that user you can
223223
also specify the <option>-U</option> option everywhere to select
224224
a <productname>PostgreSQL</productname> user name to connect as.

0 commit comments

Comments
 (0)