PostgreSQL Services & Support
CYBERTEC ist Ihr professioneller Partner für PostgreSQL Services, Support und Training - alles aus einer Hand.
CYBERTEC PostgreSQL Services
CYBERTEC PostgreSQL Trainings und Kurse
CYBERTEC Produkte und Tools
Durch unsere jahrelange Erfahrung mit PostgreSQL haben wir bereits eine Vielzahl an Applikationen entwickelt und erfolgreich in bestehende Systeme integriert.
Wir lieben zufriedene Kunden
Unser höchstes Anliegen ist die Zufriedenheit unserer Kunden. Hunderte erfolgreiche Projekte, Supportkunden und Kursteilnehmer bestätigen, dass es eine gute Entscheidung ist, uns Ihr Vertrauen zu schenken und mit uns zu arbeiten!
Aktuelles aus dem CYBERTEC Blog
Transaction ID wraparound: a walk on the wild side
© Laurenz Albe 2022 Most people are aware of transaction ID wraparound. The concept has been well explained in Hans‘ article, so I won’t repeat all that here. But for most people it is an abstract concept, a bogeyman lurking in the dark around the corner. Many people know horror stories about anti-wraparound autovacuum tanking […]
A unique constraint where NULL conflicts with everything
© Laurenz Albe 2022 I have been faced with a request for an unusual unique constraint that puzzled me for a while. Since the solution I came up with is a nice show-case for range data types, I’ll share it with you. Also, it allows me to rant some about NULL, which is a temptation […]
usql: universal psql?
usql? But why? usql is a universal command-line interface for many database. But why are we still using CLI (command line utilities) in the 21st century? And what is wrong with psql? Despite the widespread availability and ease of use of GUI-based tools, many people still prefer to use command line utilities for a number […]