Skip to content
Snippets Groups Projects
Commit f8aa366d authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Indent markup using emacs.

parent 1def28ff
No related branches found
No related tags found
No related merge requests found
<Chapter Id="manage"> <Chapter Id="manage">
<Title>Managing a Database</Title> <Title>Managing a Database</Title>
<Para>
<Note> <Note>
<Para> <Para>
This section is currently a thinly disguised copy of the Tutorial. Needs to be augmented. This section is currently a thinly disguised copy of the
Tutorial. Needs to be augmented.
- thomas 1998-01-12 - thomas 1998-01-12
</Para> </Para>
</Note> </Note>
</Para>
<Para> <Para>
Although the <FirstTerm>site administrator</FirstTerm> is responsible for overall management Although the <FirstTerm>site administrator</FirstTerm> is responsible for overall management
...@@ -114,9 +113,6 @@ The administrator's guide discusses how to enable this feature. ...@@ -114,9 +113,6 @@ The administrator's guide discusses how to enable this feature.
For security and integrity reasons, For security and integrity reasons,
any path or environment variable specified has some any path or environment variable specified has some
additional path fields appended. additional path fields appended.
</Para>
<Para>
Alternate database locations must be prepared by running Alternate database locations must be prepared by running
<Application>initlocation</Application>. <Application>initlocation</Application>.
</Para> </Para>
...@@ -141,7 +137,7 @@ from the command line, use the following command: ...@@ -141,7 +137,7 @@ from the command line, use the following command:
% createdb -D PGDATA2 mydb % createdb -D PGDATA2 mydb
</ProgramListing> </ProgramListing>
To do the same from within <Application>psql</Application> type and to do the same from within <Application>psql</Application> type
<ProgramListing> <ProgramListing>
* CREATE DATABASE mydb WITH LOCATION = 'PGDATA2'; * CREATE DATABASE mydb WITH LOCATION = 'PGDATA2';
</ProgramListing> </ProgramListing>
...@@ -296,3 +292,20 @@ TBD ...@@ -296,3 +292,20 @@ TBD
</Sect1> </Sect1>
</Chapter> </Chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"./reference.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
sgml-local-ecat-files:nil
End:
-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment