|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2005, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.29 2005/10/15 02:49:40 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.30 2005/10/27 13:34:47 momjian Exp $ |
7 | 7 | */
|
8 | 8 | #ifndefPRINT_H
|
9 | 9 | #definePRINT_H
|
@@ -43,8 +43,6 @@ typedef struct _printTableOpt
|
43 | 43 | * decimal marker */
|
44 | 44 | char*tableAttr;/* attributes for HTML <table ...> */
|
45 | 45 | intencoding;/* character encoding */
|
46 |
| -boolnormal_query;/* are we presenting the results of a "normal" |
47 |
| - * query, or a slash command? */ |
48 | 46 | }printTableOpt;
|
49 | 47 |
|
50 | 48 |
|
|