Skip to content

Commit 52d1d2e

Browse files
committed
barebones variable name -> tuples_only, for consistency.
1 parent cff9c57 commit 52d1d2e

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

src/bin/psql/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
55
*
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 $
77
*/
88
#include "postgres_fe.h"
99
#include "command.h"
@@ -1472,7 +1472,7 @@ do_pset(const char *param, const char *value, printQueryOpt *popt, bool quiet)
14721472
}
14731473
}
14741474

1475-
/* toggle between full and barebones format */
1475+
/* toggle between full and tuples-only format */
14761476
else if (strcmp(param, "t") == 0 || strcmp(param, "tuples_only") == 0)
14771477
{
14781478
popt->topt.tuples_only = !popt->topt.tuples_only;

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