From 7b2b779a2a00adef83ec530399aece723610d90c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 18 Jul 1998 18:34:34 +0000 Subject: 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. --- src/include/commands/variable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/variable.h') 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 *); -- cgit v1.2.3