Update README

This commit is contained in:
Ian Barwick
2015-03-12 10:26:34 +09:00
parent 65afc42afa
commit 60b14ab107
2 changed files with 67 additions and 48 deletions

View File

@@ -593,7 +593,7 @@ do_cluster_show(void)
}
PQfinish(conn);
printf("Role | Connection String \n");
printf("Role | Connection String\n");
for (i = 0; i < PQntuples(res); i++)
{
conn = establish_db_connection(PQgetvalue(res, i, 0), false);