Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d8eade3

Browse files
committed
Right-align \du user-id.
1 parent 68319f9 commit d8eade3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/describe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.30 2001/05/09 17:49:42 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.31 2001/05/09 17:57:42 momjian Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "describe.h"
@@ -978,7 +978,7 @@ describeUsers (const char *name)
978978
printTable(title, headers,
979979
(const char **) cells,
980980
NULL,
981-
"lll", &myopt, pset.queryFout);
981+
"lrl", &myopt, pset.queryFout);
982982

983983
/* clean up */
984984
for (i = 0; i < PQntuples(res); i++)

0 commit comments

Comments
 (0)