pg_rnd_numeric

Crates.iopg_rnd_numeric
lib.rspg_rnd_numeric
version1.0.0
sourcesrc
created_at2022-12-15 03:56:22.980033
updated_at2022-12-15 03:56:22.980033
descriptionPostgresQL extension for random numerics and bytes
homepage
repositoryhttps://gitlab.com/xoria/revently
max_upload_size
id737611
size4,382
xoria (xoria-dev)

documentation

README

See https://github.com/tcdi/pgx/blob/master/cargo-pgx/README.md on how to use.

Quick hints:

  • Run in a local postgresql v14 database: cargo pgx run pg14 (use cargo pgx connect to re-connect without re-build)
  • Install globally: 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.
Commit count: 175

cargo fmt