summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.h
diff options
context:
space:
mode:
authorBruce Momjian2005-07-10 03:46:13 +0000
committerBruce Momjian2005-07-10 03:46:13 +0000
commit73a7c322c36bb96d4e2d053ff245b0f7b99f09e0 (patch)
treebbfc49433ce8896bf4ba40876724abe07ca99091 /src/bin/psql/print.h
parentbe3aa30da3624995b7cbf67b44314f693c2d15bf (diff)
Add psql \pset numericsep to allow output numbers like 100,000.0 or
100.000,0. Eugen Nedelcu
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r--src/bin/psql/print.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h
index 7dcc2657f1d..f64f8ba0f8e 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.25 2005/06/14 02:57:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.26 2005/07/10 03:46:13 momjian Exp $
*/
#ifndef PRINT_H
#define PRINT_H
@@ -40,6 +40,7 @@ typedef struct _printTableOpt
char *fieldSep; /* field separator for unaligned text mode */
char *recordSep; /* record separator for unaligned text
* mode */
+ char *numericSep; /* numeric units separator */
char *tableAttr; /* attributes for HTML <table ...> */
int encoding; /* character encoding */
bool normal_query; /* are we presenting the results of a