Skip to main content

All Questions

Tagged with or
3 votes
1 answer
188 views

I have been using PolarDB for PostgreSQL 14 (PolarDB-PG 14), where I was able to run CREATE INDEX CONCURRENTLY on the parent of a partitioned table without errors. Recently, I upgraded to PolarDB-PG ...
ppxpoxiao's user avatar
2 votes
1 answer
237 views

I'm using postgres 16, and I have a number of tables where I need to treat their display ID columns as case insensitive, and also handle LIKE queries with wildcards (ex: P%123%). In order to handle ...
Kevin's user avatar
  • 2,031
3 votes
1 answer
74 views

I am trying to do some transaction management in calls invoked by dynamic sql (EXECUTE). The following works: CREATE or replace PROCEDURE transaction_test1() LANGUAGE plpgsql AS $$ DECLARE r RECORD; ...
Peter Rilling's user avatar
0 votes
0 answers
97 views

This is the 2nd time this has happened to me in a few months. The first time was with Postgres 14, and this time with 16. I can't make any sense out of this. If I query, the account_token, then paste ...
jstafford's user avatar
  • 418
1 vote
1 answer
47 views

When I use the MERGE INTO statement in PostgreSQL 16 with the WHEN MATCHED THEN UPDATE SET option, will a transaction log only be created on difference, or even if it's the same value? Specifically, ...
Gargoyle's user avatar
  • 10.5k
1 vote
1 answer
126 views

I need to upsert a row by primary key and return the previous value before the update. I know I could do this with two separate queries — a SELECT followed by an INSERT ... ON CONFLICT ... DO UPDATE, ...
Andrey's user avatar
  • 13
-1 votes
1 answer
128 views

I got this error when im trying to get access to my postgreql db by pgAdmin. [tag:connection failed: :1), port 5432 failed: could not receive data from server: Connection refused] Run this brew ...
Mikayel Dadayan's user avatar
2 votes
1 answer
88 views

We are running a PostgreSQL 16.2 server on a dedicated physical machine with local storage. This database has been stable and fast for years. We started seeing significant and increasing slowdowns on ...
elliotta's user avatar
0 votes
1 answer
69 views

I am getting this error when exiting my application. I am using delphi 7 with ZEOSLIB 8, PostgreSQL database ver 16. The Delphi statement I use for loading blobs from database into bitbutton blobs is ...
Johan Bresler's user avatar
1 vote
1 answer
96 views

I am using Postgres's pg_trgm for finding similarity of alphanumeric text based on trigram matching. The text being searched on is a title column containing various titles of news articles. SELECT ...
sudoExclamationExclamation's user avatar
0 votes
2 answers
762 views

I was recreating my database with fresh test data, so I dropped / created it. I installed Postgres 16 / postGIS 3 successfully on Ubuntu 22.04 a month ago, but then after I dropped my database, the ...
John Fruncek's user avatar
0 votes
0 answers
66 views

I have this very strange behavior using pglite (PostgreSQL version 16) in Firefox, where I run an UPDATE JOIN, and then a SELECT which the first time around doesn't reflect the change made by the ...
Ludovic Aubert's user avatar
1 vote
4 answers
287 views

In PostgreSQL, I am trying to have SQL which orders by multiple columns. The first column will always be priority DESC NULLS LAST. The second one needs to be dynamic based on some conditions (for ease ...
sudoExclamationExclamation's user avatar
0 votes
1 answer
114 views

I'm playing with Postgresql ENUM types, and noticed something I can't find explanation for: Schema | Name | Internal name | Size | Elements | Owner | Access privileges | ...
Greg's user avatar
  • 6,801
0 votes
1 answer
726 views

Happy Friday, fellow IT people! I am creating infrastructure for Azure Postgres flexible server along the roles required for authentication via terraform. Below is the contents of my main.tf file: ...
Evgenii Fedosov's user avatar

15 30 50 per page
1
2 3 4 5
7