projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac77716
)
Mark string for translation.
author
Dennis Bjorklund
<db@zigo.dhs.org>
Sun, 11 Jan 2004 19:25:44 +0000
(19:25 +0000)
committer
Dennis Bjorklund
<db@zigo.dhs.org>
Sun, 11 Jan 2004 19:25:44 +0000
(19:25 +0000)
src/bin/psql/describe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/describe.c
b/src/bin/psql/describe.c
index f257d11d1fd6c926e6c956a130890603eb35f4c4..e36f924438815505e130a9e997f2efa31f3031a0 100644
(file)
--- a/
src/bin/psql/describe.c
+++ b/
src/bin/psql/describe.c
@@
-892,7
+892,7
@@
describeOneTableDetails(const char *schemaname,
schemaname, indtable);
if (strlen(indpred))
- appendPQExpBuffer(&tmpbuf,
", predicate %s"
, indpred);
+ appendPQExpBuffer(&tmpbuf,
_(", predicate %s")
, indpred);
footers = xmalloczero(2 * sizeof(*footers));
footers[0] = xstrdup(tmpbuf.data);