diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-18 20:57:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-18 20:57:53 +0000 |
commit | 507465525e8c3e4ebf0159ac07c915dd609cd6b3 (patch) | |
tree | c5933db0dda82de92d9f595c32661f7d74e31c4b /src/bin/psql/help.c | |
parent | 71d0cabecdb4d704b9a7bbed5ef11e1e59fb26de (diff) | |
download | postgresql-507465525e8c3e4ebf0159ac07c915dd609cd6b3.tar.gz postgresql-507465525e8c3e4ebf0159ac07c915dd609cd6b3.zip |
\pset numericsep -> numericlocale.
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 1d24cffd02a..7d6cc7e4a08 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.104 2005/07/10 03:46:13 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.105 2005/07/18 20:57:53 momjian Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -239,7 +239,7 @@ slashUsage(unsigned short int pager) fprintf(output, _(" \\pset NAME [VALUE]\n" " set table output option\n" " (NAME := {format|border|expanded|fieldsep|footer|null|\n" - " numericsep|recordsep|tuples_only|title|tableattr|pager})\n")); + " numericlocale|recordsep|tuples_only|title|tableattr|pager})\n")); fprintf(output, _(" \\t show only rows (currently %s)\n"), ON(pset.popt.topt.tuples_only)); fprintf(output, _(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n")); |