mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Convert documentation to DocBook XML
Since some preparation work had already been done, the only source changes left were changing empty-element tags like <xref linkend="foo"> to <xref linkend="foo"/>, and changing the DOCTYPE. The source files are still named *.sgml, but they are actually XML files now. Renaming could be considered later. In the build system, the intermediate step to convert from SGML to XML is removed. Everything is build straight from the source files again. The OpenSP (or the old SP) package is no longer needed. The documentation toolchain instructions are updated and are much simpler now. Peter Eisentraut, Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@ -41,7 +41,7 @@ RESET SESSION AUTHORIZATION
|
||||
identifier is normally equal to the session user identifier, but
|
||||
might change temporarily in the context of <literal>SECURITY DEFINER</literal>
|
||||
functions and similar mechanisms; it can also be changed by
|
||||
<xref linkend="sql-set-role">.
|
||||
<xref linkend="sql-set-role"/>.
|
||||
The current user identifier is relevant for permission checking.
|
||||
</para>
|
||||
|
||||
@ -54,7 +54,7 @@ RESET SESSION AUTHORIZATION
|
||||
|
||||
<para>
|
||||
The <literal>SESSION</literal> and <literal>LOCAL</literal> modifiers act the same
|
||||
as for the regular <xref linkend="sql-set">
|
||||
as for the regular <xref linkend="sql-set"/>
|
||||
command.
|
||||
</para>
|
||||
|
||||
@ -120,7 +120,7 @@ SELECT SESSION_USER, CURRENT_USER;
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-set-role"></member>
|
||||
<member><xref linkend="sql-set-role"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Reference in New Issue
Block a user