8000
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 1fee65f commit d233e5cCopy full SHA for d233e5c
src/bin/psql/describe.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.91 2003/12/23 23:13:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.92 2004/01/11 19:10:49 dennis Exp $
7
*/ 7862 span>
8
#include "postgres_fe.h"
9
#include "describe.h"
@@ -892,7 +892,7 @@ describeOneTableDetails(const char *schemaname,
892
schemaname, indtable);
893
894
if (strlen(indpred))
895
- appendPQExpBuffer(&tmpbuf, ", predicate (%s)", indpred);
+ appendPQExpBuffer(&tmpbuf, _(", predicate (%s)"), indpred);
896
897
footers = xmalloczero(2 * sizeof(*footers));
898
footers[0] = xstrdup(tmpbuf.data);
0 commit comments