#postgresql #random #extension #rnd #numeric #byte #pg14

pg_rnd_numeric

PostgresQL extension for random numerics and bytes

1 stable release

1.0.0 Dec 15, 2022

#178 in #numeric

MIT license

4KB

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.

Dependencies

~25MB
~597K SLoC