aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-13 03:23:18 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-13 03:23:18 +0000
commit5071ae2972457eba64d02515b1a7161311cb6659 (patch)
tree28e0546e7512a5cd24d1072e4e2dcd2c7aef02b9 /src/include/postgres.h
parent7e48d427c831287e7a9d1fac7309f1d7b1ed8381 (diff)
downloadpostgresql-5071ae2972457eba64d02515b1a7161311cb6659.tar.gz
postgresql-5071ae2972457eba64d02515b1a7161311cb6659.zip
Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 504bb1aaad8..fde7c6c6bb8 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.10 1997/11/02 15:26:28 vadim Exp $
+ * $Id: postgres.h,v 1.11 1997/11/13 03:22:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -176,6 +176,7 @@ typedef uint32 CommandId;
typedef struct CppConcat(FormData_,x)
#define DATA(x) extern int errno
+#define DESCR(x) extern int errno
#define DECLARE_INDEX(x) extern int errno
#define BUILD_INDICES