File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,33 @@ Suse:
124
124
command : /usr/pgsql-{{ repo.version }}/bin/initdb --pgdata='{{ lib_dir }}'
125
125
test : test -f '{{ lib_dir }}/PG_VERSION'
126
126
127
+ # Alternatives system
128
+ linux :
129
+ altpriority : 30
130
+
131
+ # directory containing PostgreSQL client executables
132
+ bin_dir : /usr/pgsql-{{ repo.version }}/bin
133
+ client_bins :
134
+ - pg_archivecleanup
135
+ - pg_config
136
+ - pg_isready
137
+ - pg_receivexlog
138
+ - pg_rewind
139
+ - pg_test_fsync
140
+ - pg_test_timing
141
+ - pg_upgrade
142
+ - pg_xlogdump
143
+ - pgbench
144
+ server_bins :
145
+ - initdb
146
+ - pg_controldata
147
+ - pg_ctl
148
+ - pg_resetxlog
149
+ - postgres
150
+ - postgresql{{ release }}-check-db-dir
151
+ - postgresql{{ release }}-setup
152
+ - postmaster
153
+
127
154
{% else %}
128
155
129
156
pkg : postgresql-server
You can’t perform that action at this time.
0 commit comments