Cargo Features
[dependencies]
pg_rnd_numeric = { version = "1.0.0", default-features = false, features = ["pg13", "pg14", "pg15", "pg_test"] }
- default = pg14
-
The
pg14
feature is set by default wheneverpg_rnd_numeric
is added without
somewhere in the dependency tree.default-features = false - pg13
-
Enables pg13 of pgx ^0.6.1 and pgx-tests ^0.6.1
- pg14 default
-
Enables pg14 of pgx ^0.6.1 and pgx-tests ^0.6.1
- pg15
-
Enables pg15 of pgx ^0.6.1 and pgx-tests ^0.6.1
- pg_test
pg_rnd_numeric has 5 features without comments.