1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Add id' attributes to all chapter' and `sect1' tags, to generate useful

names for the HTML files (e.g., not x4856.htm).
This commit is contained in:
Peter Eisentraut
2000-09-29 20:21:34 +00:00
parent 3a94e789f5
commit 72ad5fe15c
57 changed files with 312 additions and 310 deletions

View File

@@ -7,7 +7,7 @@
enough to not warrant explanation.
</para>
<sect1>
<sect1 id="database-users">
<title>Database Users</title>
<para>
@@ -108,7 +108,7 @@ CREATE USER <replaceable>name</replaceable>
</sect2>
</sect1>
<sect1>
<sect1 id="groups">
<title>Groups</title>
<para>
@@ -125,7 +125,7 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
</para>
</sect1>
<sect1>
<sect1 id="privileges">
<title>Privileges</title>
<para>
@@ -172,7 +172,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
</para>
</sect1>
<sect1>
<sect1 id="perm-functions">
<title>Functions and Triggers</title>
<para>