nixpkgs-suyu/pkgs/servers/sql
Jan Tojnar d5c902b131 postgresqlPackages.plv8: install all files
Previously, the update complained due to missing migration files:

	db=# alter extension plv8 update to '2.3.15';
	ERROR:  extension "plv8" has no update path from version "2.3.13" to version "2.3.15"

Now it fails for a different reason:

	db=# alter extension plv8 update to '2.3.15';
	ERROR:  could not access file "$libdir/plv8-2.3.13": No such file or directory

Changing installation directory using DESTDIR is an ugly hack that might backfire
but PGXS does not currently seem to allow overriding the installation directory.
2021-12-09 00:12:21 +01:00
..
cockroachdb
dolt dolt: 0.28.4 -> 0.32.1 2021-10-29 10:33:14 +00:00
mariadb Merge master into staging-next 2021-11-26 00:01:38 +00:00
materialize materialize: 0.9.4 -> 0.10.0 2021-11-25 12:59:16 +01:00
monetdb
mssql/jdbc mssql-jdbc: remove build.sh 2021-11-16 16:31:56 +01:00
mysql
patroni
percona
pgbouncer pgbouncer: 1.16.0 -> 1.16.1 2021-11-29 18:57:46 +01:00
pgpool
postgresql postgresqlPackages.plv8: install all files 2021-12-09 00:12:21 +01:00
proxysql proxysql: init at 2.3.2 2021-11-08 16:42:16 +01:00
sqlite/jdbc
virtuoso