Results 21 issues of Marcelo Zabani

Given the following `cached-shell.nix`: ```nix { pkgs ? import {} }: pkgs.mkShell { shellHook = '' echo "Initialize something here (maybe a Postgres Database, for example)" export SOMEVAR="$OTHERVAR" ''; }...

We need to have a separate NuGet package for Mono to support Unix Sockets.

We need to have a separate NuGet package for Mono to support Unix Sockets. FastCgiNet should do the same before we can do this.

Right now codd will create codd_schema before the first migration with the default connection string, meaning a dump that is used as a migration will also try to create codd_schema...

enhancement

If one updates postgres, they currently need to coordinate a PR to upgrade the expected schema. It will be simpler if we put one folder per major PG version in...

enhancement

Say one wants to add a new column to a table and populate it gradually, and they want to index it but not pay the price of locking the table...

enhancement

The main use case that brought me to create this issue is that it would be outstanding if we could restore a large dump while skipping copying a hypothetical `logs`...

## The problem Because of session settings, migrations do not compose well. Suppose there are two migrations: Mig A: ````sql SET ROLE otherrole; ```` Mig B: ````sql CREATE TABLE sometbl();...

enhancement