1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description

This commit is contained in:
Bruce Momjian
1997-11-13 03:23:18 +00:00
parent 7e48d427c8
commit 5071ae2972
16 changed files with 1890 additions and 51 deletions

View File

@ -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