Fraud Blocker

POSTGRESQL GAPS IN SEQUENCES

Most database tables have a primary key that is a made-up number, and that number is usually made by a sequence. In a previous article, I went into so…

Continue Reading

MULTIRANGES POSTGRESQL 14 

The ability to store different types of intervals with upper and lower bounds using range types has been a feature of PostgreSQL for quite some time. …

Continue Reading

Better PostgreSQl performance on slow networks with pipeline mode

It is well known that poor database performance results from high network latency. For the libpq C API, PostgreSQL v14 introduced “pipeline mode,” whi…

Continue Reading

POSTGRESQL CASE-INSENSITIVE PATTERN MATCHING

Case-insensitive search is a highly requested feature, in part to keep Microsoft SQL Server compatibility. Using case-insensitive ICU collations is on…

Continue Reading

MANAGING SQL ADD-ON PROGRAMS 

We all love and hate bonus cards, “Miles & more,” and bonus points at the same time, don’t we? Recently, we encountered an intriguing use case that go…

Continue Reading

Thank you, the form has been submitted.