Andy Pfister
Andy Pfister
I would likely it is caused by #129. Your `-p` for changing the port gets forwarded to the `initdb` process, which does not know how to handle this. @spwoodcock do...
maintenance for these old versions is actually not a big deal. compared to what you would expect, all of these old versions build perfectly without any code changes on recent...
you need to run `pgautoupgrade` as the Postgres superuser, otherwise it does not have all required permissions to run `pg_upgrade`. From your compose file that should be whatever is behind...
#108 has a bunch of notes regarding automatically upgrading from Debian to Alpine. I think for now the safest way is to dump out your database on Debian and re-import...
maybe, not sure. so Postgres has a table named `pg_collation`: ``` postgres=# SELECT * FROM pg_collation; oid | collname | collnamespace | collowner | collprovider | collisdeterministic | collencoding |...
Hi @owst! Thanks for the report. It is a possibility that this is a side-effect of Ruby's signal handling. You now talk about undesired query cancellations, but generally the OS...
Hi @owst I can confirm that in v4, your example will yield the correct result. v4 is still a couple of months away and I'll keep the issue open until...
@alvistar given from the state of the PR, maybe you can rebase your branch, fix the conflicts and check what is needed to make the linter pass. I assume once...
there have been various reports mainly in the FreeTDS issue tracker that for some connections, GnuTLS appears to work while OpenSSL does not. but it seems it was mostly against...
well, we no longer support anything below SQL Server 2017 with tiny_tds v3, because we cannot reliably test it. so unless your failing connections are against SQL Server 2017 or...