|
3 | 3 | * |
4 | 4 | * Copyright (c) 2000-2005, PostgreSQL Global Development Group |
5 | 5 | * |
6 | | - * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.147 2005/07/10 03:46:13 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.148 2005/07/14 06:49:58 momjian Exp $ |
7 | 7 | */ |
8 | 8 | #include"postgres_fe.h" |
9 | 9 | #include"command.h" |
@@ -1472,7 +1472,7 @@ do_pset(const char *param, const char *value, printQueryOpt *popt, bool quiet) |
1472 | 1472 | } |
1473 | 1473 | } |
1474 | 1474 |
|
1475 | | -/* toggle between full andbarebones format */ |
| 1475 | +/* toggle between full andtuples-only format */ |
1476 | 1476 | elseif (strcmp(param,"t")==0||strcmp(param,"tuples_only")==0) |
1477 | 1477 | { |
1478 | 1478 | popt->topt.tuples_only= !popt->topt.tuples_only; |
|