Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
03fb60c5
Commit
03fb60c5
authored
Jul 08, 1998
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix suggestions on file protection for alternate DB locations.
parent
ba3a99f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/src/sgml/ref/create_database.sgml
doc/src/sgml/ref/create_database.sgml
+5
-4
No files found.
doc/src/sgml/ref/create_database.sgml
View file @
03fb60c5
...
@@ -157,7 +157,7 @@ There was a problem with creating the required directory; this operation will
...
@@ -157,7 +157,7 @@ There was a problem with creating the required directory; this operation will
To create a new database:
To create a new database:
</PARA>
</PARA>
<ProgramListing>
<ProgramListing>
<prompt>olly=></prompt>
</computeroutput>
<userinput>create database lusiadas;</userinput>
<prompt>olly=></prompt> <userinput>create database lusiadas;</userinput>
</ProgramListing>
</ProgramListing>
<PARA>
<PARA>
To create a new database in an alternate area <filename>~/private_db</filename>:
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
...
@@ -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
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.
specified with absolute path names. See the Administrator's Guide for more information.
</PARA>
</PARA>
<!-- ------------------
</refsect1>
<!--
comment from Olly; response from Thomas...
comment from Olly; response from Thomas...
<comment>
<comment>
initlocation does not create a PG_VERSION file in the specified location.
initlocation does not create a PG_VERSION file in the specified location.
...
@@ -198,8 +200,7 @@ comment from Olly; response from Thomas...
...
@@ -198,8 +200,7 @@ comment from Olly; response from Thomas...
</comment>
</comment>
Hmm. This isn't an issue since the upgrade would do a dump/reload from the main database area also.
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...
Not sure if the dump/reload would guarantee that the alternate data area gets refreshed though...
-------------------- -->
-->
</refsect1>
<REFSECT1 ID="R1-SQL-CREATEDATABASE-4">
<REFSECT1 ID="R1-SQL-CREATEDATABASE-4">
<TITLE>
<TITLE>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment