We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19d073 commit 59101d0Copy full SHA for 59101d0
202402/20240201_04.md
@@ -55,7 +55,15 @@ cargo install --locked --version 0.11.0 cargo-pgrx
55
56
cargo pgrx init # create PGRX_HOME 后, 立即ctrl^c 退出
57
cargo pgrx init --pg14=`which pg_config` # 不用管报警
58
+
59
+# untrusted plrust
60
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
67
68
69
0 commit comments