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
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 […]
Pagination and the problem of the total result count
© Laurenz Albe 2022 When processing a big result set in an interactive application, you want to paginate the result set, that is, show it page by page. Everybody is familiar with that from the first web search on. You also get a button to scroll to the next page, and you get a total […]