File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ git clone https://github.com/cybertec-postgresql/pg_show_plans.git
2121cd pg_show_plans
2222USE_PGXS=true # `pg_config` binary must be in your $PATH (install Postgres).
2323make
24- make install
24+ sudo make install
2525```
2626
2727## Within PostgreSQL source tree:
2828
2929```
30- export PG_VER='15.1' # Export the required PostgreSQL version.
30+ PG_VER='15.1' # Export the required PostgreSQL version.
3131curl -O "https://download.postgresql.org/pub/source/v${PG_VER}/postgresql-${PG_VER}.tar.bz2"
3232tar xvfj "postgresql-${PG_VER}.tar.bz2"
3333cd postgresql-${PG_VER}
@@ -37,7 +37,7 @@ cd contrib
3737git clone https://github.com/cybertec-postgresql/pg_show_plans.git
3838cd pg_show_plans
3939make
40- make install
40+ sudo make install
4141```
4242
4343# USAGE
You can’t perform that action at this time.
0 commit comments