Skip to content

Commit 59101d0

Browse files
committed
fix
1 parent c19d073 commit 59101d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

202402/20240201_04.md

+8
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ cargo install --locked --version 0.11.0 cargo-pgrx
5555
5656
cargo pgrx init # create PGRX_HOME 后, 立即ctrl^c 退出
5757
cargo pgrx init --pg14=`which pg_config` # 不用管报警
58+
59+
# untrusted plrust
5860
PGRX_IGNORE_RUST_VERSIONS=y cargo pgrx install --release --pg-config `which pg_config`
61+
62+
# trusted plrust
63+
# PGRX_IGNORE_RUST_VERSIONS=y cargo pgrx install --release --pg-config `which pg_config` --features trusted
64+
65+
# 参考: https://plrust.io/install-plrust.html#untrusted-install
66+
# https://plrust.io/trusted-untrusted.html
5967
6068
6169

0 commit comments

Comments
 (0)