Update docs for release.

This commit is contained in:
Bruce Momjian 1997-06-11 14:57:39 +00:00
parent 1561684a2d
commit 9b22846ee6
2 changed files with 1030 additions and 919 deletions

1947
doc/FAQ

File diff suppressed because it is too large Load Diff

View File

@ -122,6 +122,8 @@ add pg_type attribute to identify types that need length (bpchar, varchar)
add UNIQUE capability to non-btree indexes
make pg_dumpall preserve table ownership, not just database ownership
make large objects have their own reltype
make number of backends a config parameter, storage/sinvaladt.h:MaxBackendId
certain indexes will not shrink, i.e. oid indexes with many inserts
PERFORMANCE
-----------