-
i am trying to build spilo with timescaledb community edition by setting build arg TIMESCALEDB_APACHE_ONLY=false , but build fails throws
`
614.8 creating symlink /usr/share/postgresql/15/contr…
-
I am trying to build a image by downloading the zip file from https://github.com/zalando/spilo/archive/refs/tags/3.0-p1.tar.gz and getting the below error.
And when I am building master branch I am a…
-
Am I correct in saying there is no StructScan equivalent for insert/updates?
If not, does anyone know about a lib providing this for PGQ? (I'm not talking about ORM's which all seem to include quer…
-
Many SNB queries such as IC1, IC4, IC5 (see https://github.com/cwida/duckpgq-experiments/issues/26 for all) require optional matches. The PGQ syntax would be `()-[]->?()`.
Snippet from the SQL/PGQ…
-
Why is this extension (along with pgq_ext) requiring itself to be installed to pg_catalog? Pretty sure this is highly discouraged and having the schema line in the control file means there's no easy w…
-
**Background**
We currently inside Zalando have a discussion of how to implement reliable (transactional) event sending, which is basically what this library is trying to do.
When I mentioned th…
ePaul updated
4 years ago
-
I'm trying to setup root->branch replication using this guide (https://github.com/markokr/skytools/blob/master/doc/howto/londiste3_cascaded_rep_howto.txt)
Everything goes well until launching branch-…
-
I get a
Traceback (most recent call last):
File "/home/avtech/skytools/python/skytools/scripting.py", line 568, in run_func_safely
return func()
File "/home/avtech/skytools/python/pgq/basecons…
epeld updated
11 years ago
-
https://arxiv.org/abs/1611.01626
-
Hi,
I was today going through a server which had quite some lag and was forced to run "replay --rewind". All this with the surprise that I got this error:
-bash-4.1$ londiste.py ../londiste_main.in…