projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba3a99f
)
Fix suggestions on file protection for alternate DB locations.
author
Thomas G. Lockhart
Wed, 8 Jul 1998 13:54:26 +0000
(13:54 +0000)
committer
Thomas G. Lockhart
Wed, 8 Jul 1998 13:54:26 +0000
(13:54 +0000)
doc/src/sgml/ref/create_database.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_database.sgml
b/doc/src/sgml/ref/create_database.sgml
index 5b3b9c34b640d4fe458d1bbf0e700a075f169edc..54d598575f647f2e68649898d2cd71bfa1915cbd 100644
(file)
--- a/
doc/src/sgml/ref/create_database.sgml
+++ b/
doc/src/sgml/ref/create_database.sgml
@@
-157,7
+157,7
@@
There was a problem with creating the required directory; this operation will
To create a new database:
-
olly=>
create database lusiadas;
+
olly=>
create database lusiadas;
To create a new database in an alternate area
~/private_db
:
@@
-189,7
+189,9
@@
There was a problem with creating the required directory; this operation will
There are security and data integrity issues involved with using alternate database locations
specified with absolute path names. See the Administrator's Guide for more information.
-
-
+-->