Cargo Features

[dependencies]
pg_jq = { version = "0.0.4", default-features = false, features = ["pg10", "pg11", "pg12", "pg13", "pg_test"] }
default = pg11

The pg11 feature is set by default whenever pg_jq is added without default-features = false somewhere in the dependency tree.

pg10

Enables pg10 of pgx ^0.1 and pgx-tests ^0.1

pg11 default

Enables pg11 of pgx ^0.1 and pgx-tests ^0.1

pg12

Enables pg12 of pgx ^0.1 and pgx-tests ^0.1

pg13

Enables pg13 of pgx ^0.1 and pgx-tests ^0.1

pg_test

pg_jq has 6 features without comments.