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 9afab58 commit 10be77cCopy full SHA for 10be77c
src/bin/psql/describe.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.166 2008/03/30 18:10:20 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.167 2008/04/14 15:04:20 alvherre Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "describe.h"
@@ -1373,7 +1373,7 @@ describeOneTableDetails(const char *schemaname,
1373
footers[count_footers++] = pg_strdup(buf.data);
1374
for (i = 0; i < referencedby_count; i++)
1375
{
1376
- printfPQExpBuffer(&buf, _(" \"%s\" IN %s %s"),
+ printfPQExpBuffer(&buf, _(" \"%s\" IN %s %s"),
1377
PQgetvalue(result6, i, 0),
1378
PQgetvalue(result6, i, 1),
1379
PQgetvalue(result6, i, 2));
0 commit comments