mastodon.top est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastodon.top est une instance francophone stable, régulièrement mise à jour et accessible à tous hébergée par VirtuBox

Statistiques du serveur :

1,4K
comptes actifs

#postgres

29 messages25 participants5 messages aujourd’hui

@tchorix & I are presenting on data modeling within #PostgreSQL in a storytelling fashion at @posetteconf, a free virtual event hosted by #Microsoft that's all about #Postgres this June 10-12!

Want to tune in? Add the livestream to your calendar, or register (optionally) here: posetteconf.com/2025/talks/pos (or, wait until the recording is out after the event!)

Illustrations will be completed by Scarlett Riggs, who we are very excited to be working with.

This talk should be great for anyone that's looking to understand things from the perspectives of an application developer, and a seasoned database administrator; here, you'll be able to learn when it is best to handle logic within the database vs. the application!

Looking forward to seeing you there 📽️

A répondu dans un fil de discussion

@ascherbaum I started using #Postgres at version 7.0 so I lived through the transition, but somehow I didn't realize that it had happened.
I imagine countless other Postgres users must go through similar groundbreaking transitions and not realize

I recently leaned on an #LLM to help me get data out of a legacy database. The key was a multi-step prompt that took an existing schema and compressed it. That allowed me to build a chat bot that understood and could generate SQL for the answers I was seeking.

joecotellese.com/posts/2025-04

Joe Cotellese · How I Used LLMs to Help a Team Understand a Legacy Database in HoursSee how a fractional VP of Engineering used LLMs to decode a legacy database fast.
Suite du fil

I ended up adding an SSH user called `postgreslogs` which serves as a way to SSH directly into the logs using:
- A `ForceCommand` SSH daemon config for the user
- A `sudoer.d` config to allow postgreslogs to elevate (i.e. sudo) to postgres (the DB admin account) without a password

Works really nicely! All you need to do to see the logs is to `ssh postgrelogs@postgreshost.proxmox` or similar!

#ssh#lnav#postgresql