diff options
author | Bruce Momjian | 2005-07-18 20:57:53 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-07-18 20:57:53 +0000 |
commit | 507465525e8c3e4ebf0159ac07c915dd609cd6b3 (patch) | |
tree | c5933db0dda82de92d9f595c32661f7d74e31c4b /src/bin/psql/print.h | |
parent | 71d0cabecdb4d704b9a7bbed5ef11e1e59fb26de (diff) |
\pset numericsep -> numericlocale.
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r-- | src/bin/psql/print.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index bb23b7c08c4..a5fd549aef9 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.27 2005/07/14 08:42:37 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.28 2005/07/18 20:57:53 momjian Exp $ */ #ifndef PRINT_H #define PRINT_H @@ -40,7 +40,7 @@ typedef struct _printTableOpt char *fieldSep; /* field separator for unaligned text mode */ char *recordSep; /* record separator for unaligned text * mode */ - bool numericSep; /* locale-aware numeric units separator and + bool numericLocale; /* locale-aware numeric units separator and * decimal marker */ char *tableAttr; /* attributes for HTML <table ...> */ int encoding; /* character encoding */ |