Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digoal committed Feb 1, 2024
1 parent c19d073 commit 59101d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 202402/20240201_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@ cargo install --locked --version 0.11.0 cargo-pgrx
cargo pgrx init # create PGRX_HOME 后, 立即ctrl^c 退出
cargo pgrx init --pg14=`which pg_config` # 不用管报警
# untrusted plrust
PGRX_IGNORE_RUST_VERSIONS=y cargo pgrx install --release --pg-config `which pg_config`
# trusted plrust
# PGRX_IGNORE_RUST_VERSIONS=y cargo pgrx install --release --pg-config `which pg_config` --features trusted
# 参考: https://plrust.io/install-plrust.html#untrusted-install
# https://plrust.io/trusted-untrusted.html
Expand Down

0 comments on commit 59101d0

Please sign in to comment.