Skip to content

Commit 59e94d7

Browse files
committed
Update PostgreSQL 16.4 and 17.0-RC1 configuration file paths
1 parent ed2c662 commit 59e94d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bin/postgresql16.4/postgresql.conf.ber

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#------------------------------------------------------------------------------
22
# FILE LOCATIONS
33
#------------------------------------------------------------------------------
4-
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql15.6/data'
5-
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql15.6/data/pg_hba.conf'
6-
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql15.6/data/pg_ident.conf'
4+
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql16.4/data'
5+
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql16.4/data/pg_hba.conf'
6+
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql16.4/data/pg_ident.conf'
77

88
#------------------------------------------------------------------------------
99
# CONNECTIONS AND AUTHENTICATION

bin/postgresql17.0-RC1/postgresql.conf.ber

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#------------------------------------------------------------------------------
22
# FILE LOCATIONS
33
#------------------------------------------------------------------------------
4-
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql15.6/data'
5-
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql15.6/data/pg_hba.conf'
6-
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql15.6/data/pg_ident.conf'
4+
data_directory = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql17.0-RC1/data'
5+
hba_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql17.0-RC1/data/pg_hba.conf'
6+
ident_file = '~BEARSAMPP_LIN_PATH~/bin/postgresql/postgresql17.0-RC1/data/pg_ident.conf'
77

88
#------------------------------------------------------------------------------
99
# CONNECTIONS AND AUTHENTICATION

0 commit comments

Comments
 (0)