? psql
Index: describe.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/bin/psql/describe.c,v
retrieving revision 1.198
diff -u -r1.198 describe.c
--- describe.c	22 Jan 2009 20:16:08 -0000	1.198
+++ describe.c	1 Feb 2009 04:53:23 -0000
@@ -1847,6 +1847,8 @@
 
 		if (strcmp(PQgetvalue(res, i, 5), "t") != 0)
 			add_role_attribute(&buf, _("Cannot login"));
+		else
+			add_role_attribute(&buf, _("Can login"));
 
 		conns = atoi(PQgetvalue(res, i, 6));
 		if (conns >= 0)
