diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-07-08 13:54:26 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-07-08 13:54:26 +0000 |
commit | 03fb60c52e1277a710b43e5a772618c02315818f (patch) | |
tree | 7abd74c030f47b51aca4e4de15195d297a29536c | |
parent | ba3a99f193441407f37c762bb8850488f61fe6de (diff) | |
download | postgresql-03fb60c52e1277a710b43e5a772618c02315818f.tar.gz postgresql-03fb60c52e1277a710b43e5a772618c02315818f.zip |
Fix suggestions on file protection for alternate DB locations.
-rw-r--r-- | doc/src/sgml/ref/create_database.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 5b3b9c34b64..54d598575f6 100644 --- 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: </PARA> <ProgramListing> - <prompt>olly=></prompt></computeroutput> <userinput>create database lusiadas;</userinput> + <prompt>olly=></prompt> <userinput>create database lusiadas;</userinput> </ProgramListing> <PARA> To create a new database in an alternate area <filename>~/private_db</filename>: @@ -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. </PARA> -<!-- ------------------ + </refsect1> + +<!-- comment from Olly; response from Thomas... <comment> initlocation does not create a PG_VERSION file in the specified location. @@ -198,8 +200,7 @@ comment from Olly; response from Thomas... </comment> Hmm. This isn't an issue since the upgrade would do a dump/reload from the main database area also. Not sure if the dump/reload would guarantee that the alternate data area gets refreshed though... --------------------- --> - </refsect1> +--> <REFSECT1 ID="R1-SQL-CREATEDATABASE-4"> <TITLE> |