summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian1997-11-24 05:32:56 +0000
committerBruce Momjian1997-11-24 05:32:56 +0000
commit49656346b87fd4a1c7ea82b3b909a39daa9a2dd1 (patch)
tree5f1ddf9f42c9bd8c65688b26b9209d62ba2e6355 /src/include
parent36e3df07674ba219799928c7048e2e9f2d660349 (diff)
Move dbcommands.c to commands/. It should not be in the parser directory.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/commands/dbcommands.h (renamed from src/include/parser/dbcommands.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/dbcommands.h b/src/include/commands/dbcommands.h
index 31c6efd2db8..7717fd9d153 100644
--- a/src/include/parser/dbcommands.h
+++ b/src/include/commands/dbcommands.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dbcommands.h,v 1.5 1997/11/07 06:38:09 thomas Exp $
+ * $Id: dbcommands.h,v 1.1 1997/11/24 05:32:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/