1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-10 14:22:35 +03:00

In psql, rename trans_* variables to translate_*, for clarity.

This commit is contained in:
Bruce Momjian
2008-07-14 22:00:04 +00:00
parent b1845753d2
commit c9b2591efc
6 changed files with 50 additions and 50 deletions

View File

@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.50 2008/01/01 19:45:56 momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.51 2008/07/14 22:00:04 momjian Exp $
*/
#include "postgres_fe.h"
#include "large_obj.h"
@@ -293,7 +293,7 @@ do_lo_list(void)
myopt.topt.tuples_only = false;
myopt.nullPrint = NULL;
myopt.title = _("Large objects");
myopt.trans_headers = true;
myopt.translate_header = true;
printQuery(res, &myopt, pset.queryFout, pset.logfile);