summaryrefslogtreecommitdiff
path: root/src/include/commands/variable.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-07-18 18:34:34 +0000
committerBruce Momjian <bruce@momjian.us>1998-07-18 18:34:34 +0000
commit7b2b779a2a00adef83ec530399aece723610d90c (patch)
tree6d3945d1b27df88896e1b0bcb6ea554c9d18bbcd /src/include/commands/variable.h
parent550f2097979eaea10b9f2d248524061301842339 (diff)
Add auto-size to screen to \d? commands. Use UNION to show all
\d? results in one query. Add \d? field search feature. Rename MB to MULTIBYTE.
Diffstat (limited to 'src/include/commands/variable.h')
-rw-r--r--src/include/commands/variable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h
index ebf6390116d..c727dc027bb 100644
--- a/src/include/commands/variable.h
+++ b/src/include/commands/variable.h
@@ -2,7 +2,7 @@
* Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var'
* statements
*
- * $Id: variable.h,v 1.3 1998/06/16 07:29:40 momjian Exp $
+ * $Id: variable.h,v 1.4 1998/07/18 18:34:21 momjian Exp $
*
*/
#ifndef VARIABLE_H
@@ -54,7 +54,7 @@ extern bool set_geqo(void);
extern bool show_geqo(void);
extern bool reset_geqo(void);
extern bool parse_geqo(const char *);
-#ifdef MB
+#ifdef MULTIBYTE
extern bool show_client_encoding(void);
extern bool reset_client_encoding(void);
extern bool parse_client_encoding(const char *);