Tips on SQL, PostgreSQL, and news about the book "Practical SQL: A Beginner's Guide to Storytelling With Data" by Anthony DeBarros. Published by @nostarch.
Recent upgrades have also smoothed out the AI Assistant experience, which features a series of assessment reports on your databases and an integrated chat alongside the query tool.
pgAdmin team working on adding AI capabilities to its popular PostgreSQL query and management tool (i.e., things you learn by watching GitHub repos). https://t.co/4QTOnOZJOV
Our Black Friday sale starts now! Get 42% off everything with code BLACKFRIDAY25. Time to stock up on your winter reading! Runs through 12/2.
https://t.co/DwLB1N6u2E
Wow, JetBrains is making DataGrip available for free for non-commercial use. Great news for students and open-source projects. (And readers of my book.) https://t.co/RF4w2rDLFL
https://t.co/bvNoVXpNeA -- my favorite way to run PostgreSQL on macOS -- is making it easier to add extensions to your environment. Really handy. https://t.co/NGTRfr4dHu
Postgres users love Common Table Expressions (CTEs) because they make complex SQL easy to read, create, edit, and reuse.
Simplicity – CTEs let you break a query into smaller logical chunks, with subqueries defined at the top of the query. It is almost like giving a query book chapters.
Build in parts – Since you can test each part of a CTE as its own query, you can build the query in parts that have been individually tested. You can also comment out parts of a CTE for testing and debugging.
Reuse – You can reference the same CTE multiple times in a query, which saves repeating logic.
pgAdmin developers planning a version 9.1 release on Friday that addresses user concerns related to the new "Workspace" layout. Notably, they've restored the ability to see the server object tree while in the Query Tool, which was a must-have for many users.
Important note for new readers of Practical SQL! Today's release of pgAdmin v9.0 introduces a "Workspace" layout that's enabled by default. I've written instrux on how to set the layout back to "Classic," which matches the book and is, IMO, better. https://t.co/7QrkpL6ELa
Important note for new readers of Practical SQL! Today's release of pgAdmin v9.0 introduces a "Workspace" layout that's enabled by default. I've written instrux on how to set the layout back to "Classic," which matches the book and is, IMO, better. https://t.co/7QrkpL6ELa
I'm always humbled and grateful when this happens, which it has done a couple times (often coinciding with the start of college semesters). Thank you to all my readers! https://t.co/gl1Iz8MRCx
To support students, career-switchers and others who want to add SQL to their data analysis skillsets in 2025, I'm providing three free copies of "Practical SQL." To enter a drawing for one of the free copies, please provide all the information below!
https://t.co/Fkh15OVtKy
In the upcoming version 8.14, the pgAdmin developers are providing the ability to shut off the alternating row shadings—a result of negative user feedback.
NOTE! to new readers of Practical SQL: I'm assessing the decision by @EDBPostgres to discontinue its Language Pack installer for Windows as of PostgreSQL 17 -- and thus how to advise you on installing Python support. 🧵
NOTE! to new readers of Practical SQL: I'm assessing the decision by @EDBPostgres to discontinue its Language Pack installer for Windows as of PostgreSQL 17 -- and thus how to advise you on installing Python support. 🧵