diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-09-29 20:21:34 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-09-29 20:21:34 +0000 |
| commit | 72ad5fe15c93fefa8debb0fc8ef5c85b560ffac7 (patch) | |
| tree | f75a0348a0e3872d6ac8b66da7770f53fa1695bf /doc/src/sgml/user-manag.sgml | |
| parent | 3a94e789f5c9537d804210be3cb26f7fb08e3b9e (diff) | |
| download | postgresql-72ad5fe15c93fefa8debb0fc8ef5c85b560ffac7.tar.gz | |
Add `id' attributes to all `chapter' and `sect1' tags, to generate useful
names for the HTML files (e.g., not x4856.htm).
Diffstat (limited to 'doc/src/sgml/user-manag.sgml')
| -rw-r--r-- | doc/src/sgml/user-manag.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 942dde5b35..c1830560b0 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -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> |
