postgresql
postgresql 18.6
Powerful, open source object-relational database system
https://www.postgresql.orgPostgreSQL License
programs: pg_rewind, pg_isready, vacuumlo, pg_receivewal, pg_createsubscriber, pg_basebackup, pg_amcheck, pg_checksums, pg_upgrade, pg_dumpall, reindexdb, oid2name, dropdb, createdb, psql, pg_archivecleanup, pg_waldump, pg_resetwal, initdb, pg_ctl, pg_recvlogical, pg_walsummary, pg_test_fsync, postgres, pg_restore, vacuumdb, pg_verifybackup, clusterdb, pg_dump, pg_controldata, pg_combinebackup, pgbench, dropuser, createuser, pg_test_timing, ecpg
Maintainers
Platforms (45)
arc-linuxmicroblaze-linuxaarch64-darwinpowerpc64le-linuxs390-linuxmipsel-netbsdarmv6l-netbsdx86_64-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ postgresql ];
Ad-hoc shell
nix-shell -p postgresql
Flake (nix run)
nix run nixpkgs#postgresql