Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clia committed Dec 3, 2018
1 parent b21dc3c commit 8ab8184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ cargo build --release

Then run `pg_config`

Find `PKGLIBDIR`, such as `/usr/lib/postgresql/10/lib`
Find `PKGLIBDIR`, such as `/usr/lib/postgresql/11/lib`

```bash
sudo cp target/release/libpgxr_example_one.so /usr/lib/postgresql/10/lib
sudo cp target/release/libpgxr_example_one.so /usr/lib/postgresql/11/lib
```

```bash
Expand All @@ -62,7 +62,7 @@ The included `bindings.rs` is for latest PostgreSQL version, current 11, on the
You can `bindgen` your platform's `bindings.rs`, using:

```bash
bindgen wrapper.h -o src/bindings.rs -- -I /usr/include/postgresql/10/server
bindgen wrapper.h -o src/bindings.rs -- -I /usr/include/postgresql/11/server
```

## Other platforms
Expand Down

0 comments on commit 8ab8184

Please sign in to comment.