diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2014-02-23 21:25:35 -0500 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2014-02-23 21:31:08 -0500 |
| commit | bb4eefe7bf518e42c73797ea37b033a5d8a8e70a (patch) | |
| tree | ae6df0b5d00f91bb4c7921673f79dca66642f850 /doc/src/sgml/ref/set_session_auth.sgml | |
| parent | 769065c1b2471f484bb48bb58a8bdcf1d12a419c (diff) | |
| download | postgresql-bb4eefe7bf518e42c73797ea37b033a5d8a8e70a.tar.gz | |
doc: Improve DocBook XML validity
DocBook XML is superficially compatible with DocBook SGML but has a
slightly stricter DTD that we have been violating in a few cases.
Although XSLT doesn't care whether the document is valid, the style
sheets don't necessarily process invalid documents correctly, so we need
to work toward fixing this.
This first commit moves the indexterms in refentry elements to an
allowed position. It has no impact on the output.
Diffstat (limited to 'doc/src/sgml/ref/set_session_auth.sgml')
| -rw-r--r-- | doc/src/sgml/ref/set_session_auth.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/set_session_auth.sgml b/doc/src/sgml/ref/set_session_auth.sgml index 856b030127..4ac2128950 100644 --- a/doc/src/sgml/ref/set_session_auth.sgml +++ b/doc/src/sgml/ref/set_session_auth.sgml @@ -1,5 +1,9 @@ <!-- doc/src/sgml/ref/set_session_auth.sgml --> <refentry id="SQL-SET-SESSION-AUTHORIZATION"> + <indexterm zone="sql-set-session-authorization"> + <primary>SET SESSION AUTHORIZATION</primary> + </indexterm> + <refmeta> <refentrytitle>SET SESSION AUTHORIZATION</refentrytitle> <manvolnum>7</manvolnum> @@ -11,10 +15,6 @@ <refpurpose>set the session user identifier and the current user identifier of the current session</refpurpose> </refnamediv> - <indexterm zone="sql-set-session-authorization"> - <primary>SET SESSION AUTHORIZATION</primary> - </indexterm> - <refsynopsisdiv> <synopsis> SET [ SESSION | LOCAL ] SESSION AUTHORIZATION <replaceable class="parameter">user_name</replaceable> |
