You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the extension you made. I recompiled with the latest DuckDB 1.1.3 psql 'postgresql://localhost:15432/main' -c 'select * from generate_series(0, 100)'
Works great. But Garfana does not connect. Grafana is running locally.
Regards
Rob Oudendijk
The text was updated successfully, but these errors were encountered:
I haven't tested integration with the other platform yet, except just using a simple PostgreSQL client.
It appears that the pgwire implementation needs some more functionality to be implemented.
I’ll look into this further.
Tried to build it one more time but now luck error:
rob@rob-GS66-Stealth-10UG:~/Downloads/duckdb-pgwire$ make -j$(nproc)
mkdir -p build/release &&
cmake -DEXTENSION_STATIC_BUILD=1 -DDUCKDB_EXTENSION_CONFIGS='/home/rob/Downloads/duckdb-pgwire/extension_config.cmake' -DINCLUDE_DIRECTORIES=/home/rob/Downloads/duckdb-pgwire/include/duckpg -DOSX_BUILD_ARCH= -DDUCKDB_EXPLICIT_PLATFORM='' -DCMAKE_BUILD_TYPE=Release -S "./third_party/duckdb/" -B build/release &&
cmake --build build/release --config Release
CMake Error: The source directory "/home/rob/Downloads/duckdb-pgwire/third_party/duckdb" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** [makefiles/duckdb_extension.Makefile:58: release] Error 1
Hi,
Love the extension you made. I recompiled with the latest DuckDB 1.1.3
psql 'postgresql://localhost:15432/main' -c 'select * from generate_series(0, 100)'
Works great. But Garfana does not connect. Grafana is running locally.
Regards
Rob Oudendijk
The text was updated successfully, but these errors were encountered: