mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -122,7 +122,7 @@ REVOKE [ ADMIN OPTION FOR ]
|
||||
</para>
|
||||
|
||||
<para>
|
||||
See the description of the <xref linkend="sql-grant"> command for
|
||||
See the description of the <xref linkend="sql-grant"/> command for
|
||||
the meaning of the privilege types.
|
||||
</para>
|
||||
|
||||
@ -178,9 +178,9 @@ REVOKE [ ADMIN OPTION FOR ]
|
||||
<title>Notes</title>
|
||||
|
||||
<para>
|
||||
Use <xref linkend="app-psql">'s <command>\dp</command> command to
|
||||
Use <xref linkend="app-psql"/>'s <command>\dp</command> command to
|
||||
display the privileges granted on existing tables and columns. See <xref
|
||||
linkend="sql-grant"> for information about the
|
||||
linkend="sql-grant"/> for information about the
|
||||
format. For non-table objects there are other <command>\d</command> commands
|
||||
that can display their privileges.
|
||||
</para>
|
||||
@ -282,7 +282,7 @@ REVOKE admins FROM joe;
|
||||
<title>Compatibility</title>
|
||||
|
||||
<para>
|
||||
The compatibility notes of the <xref linkend="sql-grant"> command
|
||||
The compatibility notes of the <xref linkend="sql-grant"/> command
|
||||
apply analogously to <command>REVOKE</command>.
|
||||
The keyword <literal>RESTRICT</literal> or <literal>CASCADE</literal>
|
||||
is required according to the standard, but <productname>PostgreSQL</productname>
|
||||
@ -294,7 +294,7 @@ REVOKE admins FROM joe;
|
||||
<title>See Also</title>
|
||||
|
||||
<simpara>
|
||||
<xref linkend="sql-grant">
|
||||
<xref linkend="sql-grant"/>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user