Ian Barwick
banner
ianbarwick.bsky.social
Ian Barwick
@ianbarwick.bsky.social
Biped, oxygen breather. Lives on seventh largest island in the world. Owner of two now largely useless snow shovels.
Funnily enough earlier today I wrote "pg_dump ... -v" in a ticket, then went back and revised it to "pg_dump ... --verbose" for clarity.
July 16, 2025 at 1:56 PM
Let's hope they allow abbreviations to speed things up, so rather than say:

"make directory foo and copy file.jpg to foo and convert file.jpg to file.png".

lazy people could type:

"mkdir foo && cp file.jpg foo/ && convert file.jpg file.png".
July 16, 2025 at 11:44 AM
There was actually a CTE involved, as well as a lateral join.
June 20, 2025 at 1:53 AM
Had to cheat a little and add a column and a trigger to keep it updated to keep the query practical, as the data structure wasn't quite suited for extracting what I wanted, but it saves updating the application and it's my own personal playground.
June 20, 2025 at 1:52 AM
Quite, it was the visualizing of how the data would need to be queried which is the interesting part. Syntax is just typing.
June 20, 2025 at 1:50 AM
(I mean this in a serious way, as most of my working days seem to be taken up with scripting DDL in the hope of triggering obscure corner-case bugs).
June 19, 2025 at 2:31 PM
I think I had that one, or one very like it.
February 18, 2025 at 7:58 AM
<Databases have entered the chat>
January 31, 2025 at 2:04 PM