diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
| commit | a75f2d21a8366aece67b8aa144a8644f6195e75f (patch) | |
| tree | 74d0c19c0f97c80df3414fb6f774dfd76ab617b9 /doc/src/sgml/ref/alter_user.sgml | |
| parent | 6d7735e7f0112ba0bdffd57f8197fccb0a0da84a (diff) | |
| download | postgresql-a75f2d21a8366aece67b8aa144a8644f6195e75f.tar.gz | |
Clean up to ensure tag completion as required by the newest versions
of Norm's Modular Style Sheets and jade/docbook.
From Vince Vielhaber <vev@michvhf.com>.
Diffstat (limited to 'doc/src/sgml/ref/alter_user.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_user.sgml | 57 |
1 files changed, 31 insertions, 26 deletions
diff --git a/doc/src/sgml/ref/alter_user.sgml b/doc/src/sgml/ref/alter_user.sgml index 95a72ce2e4..52372d8ecf 100644 --- a/doc/src/sgml/ref/alter_user.sgml +++ b/doc/src/sgml/ref/alter_user.sgml @@ -12,6 +12,7 @@ <REFPURPOSE> Modifies user account information </REFPURPOSE> + </refnamediv> <REFSYNOPSISDIV> <REFSYNOPSISDIVINFO> <DATE>1998-09-08</DATE> @@ -91,32 +92,35 @@ ALTER USER <replaceable class="PARAMETER">username</replaceable> <TITLE> Outputs </TITLE> - <PARA> - <VARIABLELIST> - <VARLISTENTRY> - <TERM> - <returnvalue>ALTER USER</returnvalue> - </TERM> - <LISTITEM> - <PARA> - Message returned if the alteration was successful. - </PARA> - </LISTITEM> - </VARLISTENTRY> - - <VARLISTENTRY> - <TERM> - <returnvalue>ERROR: alterUser: user "username" does not exist</returnvalue> - </TERM> - <LISTITEM> - <PARA> - Error message returned if the user specified doesn't - exist. - - </variablelist> - </REFSECT2> - </REFSYNOPSISDIV> - + <PARA> + <VARIABLELIST> + <VARLISTENTRY> + <TERM> + <returnvalue>ALTER USER</returnvalue> + </TERM> + <LISTITEM> + <PARA> + Message returned if the alteration was successful. + </PARA> + </LISTITEM> + </VARLISTENTRY> + + <VARLISTENTRY> + <TERM> + <returnvalue>ERROR: alterUser: user "username" does not exist</returnvalue> + </TERM> + <LISTITEM> + <PARA> + Error message returned if the user specified doesn't + exist. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </REFSECT2> + </REFSYNOPSISDIV> + <REFSECT1 ID="R1-SQL-ALTERUSER-1"> <REFSECT1INFO> <DATE>1998-09-08</DATE> @@ -223,6 +227,7 @@ ALTER USER miriam IN GROUP sales, payroll; The standard leaves the definition of users to the implementation. </PARA> + </refsect2> </refsect1> </REFENTRY> |
