-
On Julia 1.7.3, I've found that downloads sometimes fail with the following error:
```
UNHANDLED TASK ERROR: IOError: FDWatcher: bad file descriptor (EBADF)
Stacktrace:
[1] try_yieldto(undo::typ…
-
SOLVED: This was due to the driver not being executable by PostgreSQL
I placed the jar file in postgresql/16/lib and made sure is was executable.
Exception in thread "Thread-23" java.lang.ClassNot…
-
When I try to connect to a DB2 and some kind of error occurs, I always get a wrong and misleading error message that says "cannot authenticate", but I do not get the actual error message that the DB2 …
-
Hi, we are using Evolve for our product, so first some thanks is in order!
Unfortunately, we are in a situation where we have to support multiple versions of our product. Thus, we might be expected…
-
## Summary
In a Postgres datasource, Instead of automatically querying pg_catalog for all tables/schemas, allow for a specific "schema" to be chosen, with the default being "public".
## Motivati…
-
I'd like to write a plugin that updates [autojump](https://github.com/wting/autojump) whenever the directory in ranger is changed. I've learned from #631 that this should be possible using signals, bu…
-
I have discovered https://github.com/dolthub/dolt and [DoltHub](https://www.dolthub.com/) which look like very promising technologies. Perhaps they could be used as an alternative way of storing the …
-
## 概要
IMPORT FOREIGN SCHEMA で、オプションとして "dir" を指定した際にエラーになります。
実行例:
```
db=# IMPORT FOREIGN SCHEMA arrowtest
db-# FROM SERVER arrow_fdw INTO public
db-# OPTIONS(dir '/opt/nvme/arrow_files/arr…
-
Hi,
just noticed that you made a new release ( 🎉 )
now i want to use it in my local install
but i can't find the [good] way to update the extension.
-
Falhas que aparecem durante o `sh src/cache/make.sh`:
```
ERRO: não pode mudar nome de parâmetro de entrada "p_no_null"
DICA: Primeiro utilize DROP FUNCTION array_distinct(anyarray,boolean).
.…