Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd233e5c

Browse files
committed
Mark string for translation.
1 parent1fee65f commitd233e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/describe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.91 2003/12/23 23:13:14 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.92 2004/01/11 19:10:49 dennis Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"describe.h"
@@ -892,7 +892,7 @@ describeOneTableDetails(const char *schemaname,
892892
schemaname,indtable);
893893

894894
if (strlen(indpred))
895-
appendPQExpBuffer(&tmpbuf,", predicate (%s)",indpred);
895+
appendPQExpBuffer(&tmpbuf,_(", predicate (%s)"),indpred);
896896

897897
footers=xmalloczero(2*sizeof(*footers));
898898
footers[0]=xstrdup(tmpbuf.data);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp