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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy