]> granicus.if.org Git - postgresql/commit
Add pg_description table for info on tables, columns, operators, types, and aggregate...
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Nov 1997 03:23:18 +0000 (03:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Nov 1997 03:23:18 +0000 (03:23 +0000)
commit5071ae2972457eba64d02515b1a7161311cb6659
tree28e0546e7512a5cd24d1072e4e2dcd2c7aef02b9
parent7e48d427c831287e7a9d1fac7309f1d7b1ed8381
Add pg_description table for info on tables, columns, operators, types, and aggregates.  Modify psql with new \dd operator to access description
16 files changed:
src/backend/Makefile
src/backend/catalog/Makefile
src/backend/catalog/genbki.sh
src/bin/initdb/initdb.sh
src/bin/psql/psql.c
src/include/catalog/indexing.h
src/include/catalog/pg_am.h
src/include/catalog/pg_class.h
src/include/catalog/pg_description.h [new file with mode: 0644]
src/include/catalog/pg_language.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h
src/include/postgres.h
src/man/psql.1