Crates.io | pg_rnd_numeric |
lib.rs | pg_rnd_numeric |
version | 1.0.0 |
source | src |
created_at | 2022-12-15 03:56:22.980033 |
updated_at | 2022-12-15 03:56:22.980033 |
description | PostgresQL extension for random numerics and bytes |
homepage | |
repository | https://gitlab.com/xoria/revently |
max_upload_size | |
id | 737611 |
size | 4,382 |
See https://github.com/tcdi/pgx/blob/master/cargo-pgx/README.md on how to use.
Quick hints:
cargo pgx run pg14
(use cargo pgx connect
to re-connect without re-build)cargo pgx package
, then merge target/release/pg_rnd_numeric-pg*/ into your global file tree. Afterwards run CREATE EXTENSION pg_rnd_numeric;
within your psql shell.