From 03fb60c52e1277a710b43e5a772618c02315818f Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 8 Jul 1998 13:54:26 +0000 Subject: [PATCH] Fix suggestions on file protection for alternate DB locations. --- doc/src/sgml/ref/create_database.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 5b3b9c34b6..54d598575f 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: - 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. - - +--> -- 2.40.0