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">
<Title>Managing a Database</Title>
<Para>
<Note>
<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
</Para>
</Note>
</Para>
<Para>
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.
For security and integrity reasons,
any path or environment variable specified has some
additional path fields appended.
</Para>
<Para>
Alternate database locations must be prepared by running
<Application>initlocation</Application>.
</Para>
......@@ -141,7 +137,7 @@ from the command line, use the following command:
% createdb -D PGDATA2 mydb
</ProgramListing>
To do the same from within <Application>psql</Application> type
and to do the same from within <Application>psql</Application> type
<ProgramListing>
* CREATE DATABASE mydb WITH LOCATION = 'PGDATA2';
</ProgramListing>
......@@ -296,3 +292,20 @@ TBD
</Sect1>
</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