Content-Length: 274336 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b83f4e4a25394b964a7fadc6429c7de82d62b58a

B2 psql: Add missing translation markers · postgrespro/postgres_cluster@b83f4e4 · GitHub
Skip to content

Commit b83f4e4

Browse files
committed
psql: Add missing translation markers
1 parent 03bf596 commit b83f4e4

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
@@ -2752,15 +2752,15 @@ describeOneTableDetails(const char *schemaname,
27522752
}
27532753

27542754
/* Print server name */
2755-
printfPQExpBuffer(&buf, "Server: %s",
2755+
printfPQExpBuffer(&buf, _("Server: %s"),
27562756
PQgetvalue(result, 0, 0));
27572757
printTableAddFooter(&cont, buf.data);
27582758

27592759
/* Print per-table FDW options, if any */
27602760
ftoptions = PQgetvalue(result, 0, 1);
27612761
if (ftoptions && ftoptions[0] != '\0')
27622762
{
2763-
printfPQExpBuffer(&buf, "FDW Options: (%s)", ftoptions);
2763+
printfPQExpBuffer(&buf, _("FDW Options: (%s)"), ftoptions);
27642764
printTableAddFooter(&cont, buf.data);
27652765
}
27662766
PQclear(result);

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b83f4e4a25394b964a7fadc6429c7de82d62b58a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy