mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Remove --disable in configure
This commit is contained in:
parent
d020a2835f
commit
1a07a522f9
8
INSTALL
8
INSTALL
@ -255,16 +255,10 @@ PostgreSQL:
|
||||
|
||||
--enable-hba Enables Host Based Authentication (DEFAULT)
|
||||
|
||||
--disable-hba Disables Host Based Authentication
|
||||
|
||||
--enable-locale Enables USE_LOCALE
|
||||
|
||||
--disable-locale Disables USE_LOCALE (DEFAULT)
|
||||
|
||||
--enable-cassert Enables ASSERT_CHECKING
|
||||
|
||||
--disable-cassert Disables ASSERT_CHECKING (DEFAULT)
|
||||
|
||||
--with-template=TEMPLATE
|
||||
Use template file TEMPLATE - the template
|
||||
files are assumed to be in the directory
|
||||
@ -299,7 +293,7 @@ PostgreSQL:
|
||||
|
||||
% ./configure --prefix=/opt/postgres
|
||||
--with-template=sparc_solaris-gcc --with-pgport=5432
|
||||
--enable-hba --disable-locale
|
||||
--enable-hba
|
||||
|
||||
Of course, in a real shell, you would type these three lines all
|
||||
on the same line.
|
||||
|
Loading…
Reference in New Issue
Block a user