mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Indent markup using emacs.
This commit is contained in:
parent
1def28ff20
commit
f8aa366ddd
@ -1,14 +1,13 @@
|
|||||||
<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.
|
|||||||
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:
|
|||||||
% 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
|
|||||||
</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:
|
||||||
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user