Skip to main content

Questions tagged [postgresql-11]

0 votes
1 answer
108 views

We're running PostgreSQL v11.7 (upgrade is already planned) on Windows and seem to be hitting a rare dynamic shared memory bug #15749 which results in the error message: FATAL: cannot unpin a segment ...
andrews's user avatar
  • 258
0 votes
0 answers
89 views

I updated the PostgreSQL server from version 11 to version 15 using pg_upgrade. There are several queries that have been affected after the update. Here is one of these queries, which took 15 seconds ...
Fahrenheit's user avatar
0 votes
4 answers
148 views

I have a table with 2,395,015 rows, where a TEXT column has one of three values and is never NULL. I have intermittent query performance issues when counting the number of rows where the value matches ...
Autumn Skye's user avatar
0 votes
1 answer
106 views

At my job we've recently had to optimize a query and kind of stumbled into the answer to make the query faster but can't explain why it worked and it's bothering me. The situation is something like ...
Becuzz's user avatar
  • 213
0 votes
2 answers
66 views

I am working on a project with a fairly large data set. We require arbitrary aggregates on this dataset, these are generated at request time from a user. Here is a basic description of our current ...
Kyle Chamberlin's user avatar
0 votes
0 answers
363 views

I have a Django web application that is backed by PostgreSQL 11 and I want to upgrade to PostgreSQL 14. But, when running PostgreSQL 14, the test suite runs more than 2x slower. I have compared both ...
Travis's user avatar
  • 113
0 votes
1 answer
199 views

I have a table A with some columns that need to be migrated to a new table B. But I also need to create a column in table A to reference the id's from the new columns in the table B. I've tried doing ...
Warix3's user avatar
  • 1
0 votes
1 answer
1k views

In a single server I have 2 Databases: db1 with schema public bd2 with schema public as well. What I want it to merge them into a single Database final_db where: schema db1.public will be final_db....
Dimitrios Desyllas's user avatar
1 vote
0 answers
92 views

I have two servers, one running Postgres 11, the other Postgres 13. Both servers have the same amount of RAM and CPU cores/speeds, and both are configured to these parameters. I have a query which on ...
Primordial_Hamster's user avatar
0 votes
1 answer
231 views

Trying to concat two json text fields like so: SELECT app->>'id' || app->>'version' as foo FROM table, json_array_elements(applications::json) as app; Where applications is the data ...
Draculater's user avatar
0 votes
1 answer
3k views

I working with creating new SP which will insert or do a select and return ID of the founded/inserted record. Parameter ID is inout parameter of stored procedure. I was helped with https://...
Danijel's user avatar
  • 45
0 votes
0 answers
1k views

I previous years i was working a lot with MSSQL and oracle databases as admin and dev. Now i started to use PostgreSQL. From my opinion is a different dimension, and in the community is hard to find a ...
Danijel's user avatar
  • 45
0 votes
1 answer
199 views

I'm trying to figure out what the problem is with my Database. I am running PostgreSQL on Azure - "Azure Database for PostgreSQL single server". I run PostgreSQL 11.17. I have integrated ...
Lucassith's user avatar
1 vote
1 answer
129 views

I have this code to delete rows with column "id". I want to limit the number of rows deleted in each loop. This code deletes the first 25k rows and the next loop deletes nothing since its ...
Falcon's user avatar
  • 101
0 votes
0 answers
2k views

Hopefully someone might be able to shed a light on this problem. I've configured two servers, both of them have the same problem. I've implemented SSL configuration, on PostgreSQL 11.18, I have ...
David Salas's user avatar

15 30 50 per page
1
2 3 4 5
16