git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9afab58)
Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.
2008年4月14日 15:04:20 +0000 (15:04 +0000)
2008年4月14日 15:04:20 +0000 (15:04 +0000)

diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c
index 8b9422ac9c109105a08a7dd55a1f2e58fe97897a..57f238b44b9c735bc14167b1aaec5b8911fa02be 100644 (file)
--- a/src/bin/psql/describe.c
+++ b/src/bin/psql/describe.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
*
- * $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 $
*/
#include "postgres_fe.h"
#include "describe.h"
@@ -1373,7 +1373,7 @@ describeOneTableDetails(const char *schemaname,
footers[count_footers++] = pg_strdup(buf.data);
for (i = 0; i < referencedby_count; i++)
{
- printfPQExpBuffer(&buf, _(" \"%s\" IN %s %s"),
+ printfPQExpBuffer(&buf, _(" \"%s\" IN %s %s"),
PQgetvalue(result6, i, 0),
PQgetvalue(result6, i, 1),
PQgetvalue(result6, i, 2));
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /