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

Some markup cleanup to deconfuse the find_gt_lt tool

Josh Kupershmidt
This commit is contained in:
Peter Eisentraut
2011-08-30 20:32:49 +03:00
parent 083549e43a
commit aeabbccea0
6 changed files with 13 additions and 16 deletions

View File

@@ -244,9 +244,8 @@ CREATE USER <replaceable>name</replaceable>;
A role's attributes can be modified after creation with
<command>ALTER ROLE</command>.<indexterm><primary>ALTER ROLE</></>
See the reference pages for the <xref linkend="sql-createrole"
> and <xref linkend="sql-alterrole"
> commands for details.
See the reference pages for the <xref linkend="sql-createrole">
and <xref linkend="sql-alterrole"> commands for details.
</para>
<tip>