diff options
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r-- | src/bin/psql/print.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index 277441ee045..252236bf33e 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -1,3 +1,10 @@ +/* + * psql - the PostgreSQL interactive terminal + * + * Copyright 2000 by PostgreSQL Global Development Team + * + * $Header: /cvsroot/pgsql/src/bin/psql/print.h,v 1.5 2000/01/18 23:30:24 petere Exp $ + */ #ifndef PRINT_H #define PRINT_H @@ -29,6 +36,7 @@ typedef struct _printTableOpt unsigned short int border; /* Print a border around the table. * 0=none, 1=dividing lines, 2=full */ char *fieldSep; /* field separator for unaligned text mode */ + char *recordSep; /* record separator for unaligned text mode */ char *tableAttr; /* attributes for HTML <table ...> */ } printTableOpt; |