We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9984c4 commit 60cd1f1Copy full SHA for 60cd1f1
src/bin/psql/describe.c
@@ -8,7 +8,7 @@
8
*
9
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
10
11
- * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.230 2009/11/03 10:34:47 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.231 2009/11/11 21:07:41 petere Exp $
12
*/
13
#include "postgres_fe.h"
14
@@ -2238,7 +2238,7 @@ static void
2238
add_role_attribute(PQExpBuffer buf, const char *const str)
2239
{
2240
if (buf->len > 0)
2241
- appendPQExpBufferStr(buf, "\n");
+ appendPQExpBufferStr(buf, ", ");
2242
2243
appendPQExpBufferStr(buf, str);
2244
}
0 commit comments