You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-07-30 19:23:05 +03:00
docs: advice developers to setup all PostgreSQL versions (#265)
Signed-off-by: usamoi <usamoi@outlook.com>
This commit is contained in:
@ -18,7 +18,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --defaul
|
|||||||
|
|
||||||
# 6
|
# 6
|
||||||
cargo install cargo-pgrx@$(grep 'pgrx = {' Cargo.toml | cut -d '"' -f 2)
|
cargo install cargo-pgrx@$(grep 'pgrx = {' Cargo.toml | cut -d '"' -f 2)
|
||||||
cargo pgrx init --pg15=/usr/lib/postgresql/15/bin/pg_config
|
cargo pgrx init
|
||||||
|
|
||||||
# 7
|
# 7
|
||||||
sudo chmod 777 /usr/share/postgresql/15/extension/
|
sudo chmod 777 /usr/share/postgresql/15/extension/
|
||||||
|
Reference in New Issue
Block a user