1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Misc message style and doc fixes.

Euler Taveira
This commit is contained in:
Heikki Linnakangas
2014-05-15 14:49:11 +03:00
parent a82a17475d
commit ff810b4928
5 changed files with 25 additions and 26 deletions

View File

@ -2552,7 +2552,7 @@ printPsetInfo(const char *param, struct printQueryOpt *popt)
else if (popt->topt.pager == 2)
printf(_("Pager (%s) is always used.\n"), param);
else
printf(_("Pager (%s) usage is off.\n"), param);
printf(_("Pager usage (%s) is off.\n"), param);
}
/* show record separator for unaligned text */
@ -2576,7 +2576,7 @@ printPsetInfo(const char *param, struct printQueryOpt *popt)
else if (strcmp(param, "T") == 0 || strcmp(param, "tableattr") == 0)
{
if (popt->topt.tableAttr)
printf(_("Table attribute (%s) is \"%s\".\n"), param,
printf(_("Table attributes (%s) are \"%s\".\n"), param,
popt->topt.tableAttr);
else
printf(_("Table attributes (%s) unset.\n"), param);