mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 03:26:23 -04:00
Mark string for translation.
This commit is contained in:
parent
6119c7740a
commit
f94ae60a1f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.87 2003/10/26 02:53:45 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.87.2.1 2004/01/11 19:25:44 dennis Exp $
|
||||
*/
|
||||
#include "postgres_fe.h"
|
||||
#include "describe.h"
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue