services-flake/nix/postgres
shivaraj-bh 12e74823f4 fix(postgres): stop init on error in sql scripts
From psql docs (https://www.postgresql.org/docs/current/app-psql.html):

> psql returns 0 to the shell if it finished normally, 1 if a fatal
error of its own occurs (e.g., out of memory, file not found), 2 if the
connection to the server went bad and the session was not interactive,
and 3 if an error occurred in a script and the variable ON_ERROR_STOP
was set.

Also resolves https://github.com/juspay/services-flake/issues/107
2024-06-06 20:47:29 +05:30
..
default.nix fix(postgres): fix pg_isready issue with empty listen_addresses 2024-04-14 08:57:42 +05:30
postgres_test.nix test(postgres): set socketDir with empty listen_addresses 2024-04-14 08:57:42 +05:30
setup-script.nix fix(postgres): stop init on error in sql scripts 2024-06-06 20:47:29 +05:30
test.sql Adding option initialDumps to Postgres (#67) 2023-12-26 15:15:32 +05:30