- Allow array on int8

Peter Eisentraut <peter_e@gmx.net>

Commit: 2a1bfbce24c5a34a9fbe82d3569b96459cb898cf
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-01-15T18:30:35Z
Releases: 7.1.1
- Allow array on int8
- Prevent permissions on indexes
- Instituted --enable-multibyte option and tweaked the MB build process where necessary
- initdb prompts for superuser password

Files

PathChange+/−
doc/src/sgml/ref/initdb.sgml modified +10 −19
src/backend/tcop/utility.c modified +11 −8
src/bin/initdb/initdb.sh modified +77 −57
src/bin/initdb/Makefile modified +2 −2
src/bin/pg_encoding/Makefile modified +12 −5
src/bin/pg_encoding/pg_encoding.c modified +2 −2
src/configure modified +438 −424
src/configure.in modified +27 −14
src/include/catalog/pg_shadow.h modified +2 −2
src/include/catalog/pg_type.h modified +2 −1
src/include/config.h.in modified +3 −0
src/include/mb/pg_wchar.h modified +2 −2
src/Makefile.global.in modified +2 −8