From 209e866a5abbf11f2df4b33efd29afb7922d4fc6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 12 Feb 2004 16:38:04 +0000 Subject: [PATCH] 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) --- doc/src/sgml/start.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 33347a5af8e..ac5111679ef 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,5 +1,5 @@ @@ -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 PostgreSQL user account that has the same name as the operating system user that started the server, - and it also happens that that user always has permission to + and it also happens that the user always has permission to create databases. Instead of logging in as that user you can also specify the option everywhere to select a PostgreSQL user name to connect as.