Member of the SQL Committee
Fan of MLB and WFTDA and pretty much no other sport.
he/him/his
I follow hashtags more than I follow people. Tag your posts!
Member of the SQL Committee
Fan of MLB and WFTDA and pretty much no other sport.
he/him/his
I follow hashtags more than I follow people. Tag your posts!
Fun fact, #PostgreSQL limits identifiers to 63 bytes. This is reasonable.
But it will accept creation of resources with identifiers longer than that and automatically truncate them with nothing more than a notice-level log message.
I sincerly hope the SQL standard mandates this because if not, it is a puzzling, bug-inducing choice.
Come see Vik Fearing (@xocolatl) talk about "Window Functions Are Easier and More Powerful Than You Think" at Nordic PGDay in Copenhagen!
Come see Ellyne Phneah talk about "Tuning community parameters: Hosting PostgreSQL events that perform"!
In case you missed the info on other platforms, we're gonna have a #PostgreSQL #meetup in Paris next month on Thursday 13th March (the week before @pgDayParis) and I'll be there speaking about incremental backups (and a little bit about #pgBackRest 🤫)
https://www.meetup.com/postgresql-user-group-paris/events/305774177
I just completed "LAN Party" - Day 23 - Advent of Code 2024 #AdventOfCode https://adventofcode.com/2024/day/23
https://github.com/xocolatl/advent-of-code/blob/master/2024/dec23.sql
I just completed "Monkey Market" - Day 22 - Advent of Code 2024 #AdventOfCode https://adventofcode.com/2024/day/22
https://github.com/xocolatl/advent-of-code/blob/master/2024/dec22.sql
I just completed "Chronospatial Computer" - Day 17 - Advent of Code 2024 #AdventOfCode https://adventofcode.com/2024/day/17
https://github.com/xocolatl/advent-of-code/blob/master/2024/dec17.sql
This post I wrote on Postgres transaction isolation is still my go-to cheat sheet. If you need to check what isolation level to use for xyz, it might help you too :)
https://jflessau.com/dev/postgres-transaction-isolation-levels/