-
### Questions
we have F5 VIP for our postgres db, with gtm_monitor set which in realtime points to either the primary or secondary or DR server based on whichever is active.
using the PgPool seems t…
-
From: https://github.com/openpredictionmarkets/socialpredict/pull/299#pullrequestreview-2319522742
> Do we need the repository package/database abstraction? If so, what benefits does it give us?
Shou…
pwdel updated
1 month ago
-
Similar to #54470 and #54469
This time:
```
postgres@my-host:~> psql abc
psql: konnte nicht mit dem Server verbinden: Datei oder Verzeichnis nicht gefunden
Läuft der Server lokal und akzepti…
-
We want to build a HA setup, using PG-Autofailover as the monitor & and employ multi-host connection strings to connect to the primary (writable) database from the client.
Now we find that during fai…
-
In my Postgres9.6 RDS instance I have a trigger that I usually use to log suspicious data coming in:
create or replace function check_stuff()
returns trigger as
$$
declare passed…
-
Comments for https://www.endpointdev.com/blog/2008/12/why-is-my-function-slow/
By Greg Sabino Mullane
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
`dbListObjects()` does not list empty schemata, i.e. a schema without a table.
``` r
library(RPostgres)
con [1] 0
dbListObjects(con)
#> table is_prefix
#> 1 sche…
-
**CKAN version**
2.9.1
**Describe the bug**
The postgres datastore creates several indices when a resource is uploaded.
A unique index for the `_id` internal field, an FTS index using the `_fu…
-
It would be nice to be able to use PostgreSQL as a DB backend.
Additional search tag: Postgres
d7415 updated
6 months ago
-
https://dba.stackexchange.com/questions/326988/postgres-with-62-gb-of-table-gobbling-up-over-500-gb-on-disk-solved
**Solution (short version):**
Coding error in the SQL used by the feeder apps c…