We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073f393 commit cf46f01Copy full SHA for cf46f01
1 file changed
README.md
@@ -21,13 +21,13 @@ git clone https://github.com/cybertec-postgresql/pg_show_plans.git
21
cd pg_show_plans
22
USE_PGXS=true # `pg_config` binary must be in your $PATH (install Postgres).
23
make
24
-make install
+sudo make install
25
```
26
27
## Within PostgreSQL source tree:
28
29
30
-export PG_VER='15.1' # Export the required PostgreSQL version.
+PG_VER='15.1' # Export the required PostgreSQL version.
31
curl -O "https://download.postgresql.org/pub/source/v${PG_VER}/postgresql-${PG_VER}.tar.bz2"
32
tar xvfj "postgresql-${PG_VER}.tar.bz2"
33
cd postgresql-${PG_VER}
@@ -37,7 +37,7 @@ cd contrib
37
git clone https://github.com/cybertec-postgresql/pg_show_plans.git
38
39
40
41
42
43
# USAGE
0 commit comments