Practical SQL (@practicalsql) 's Twitter Profile
Practical SQL

@practicalsql

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.

ID: 946105206990888960

linkhttps://practicalsql.com calendar_today27-12-2017 19:47:14

207 Tweet

319 Takipçi

68 Takip Edilen

Practical SQL (@practicalsql) 's Twitter Profile Photo

PostgreSQL 17 released with performance improvements to VACUUM, indexing, JSON handling and more ... postgresql.org/about/news/pos…

Practical SQL (@practicalsql) 's Twitter Profile Photo

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.

Practical SQL (@practicalsql) 's Twitter Profile Photo

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! practicalsql.com

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! practicalsql.com
Practical SQL (@practicalsql) 's Twitter Profile Photo

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. github.com/anthonydb/prac…

Practical SQL (@practicalsql) 's Twitter Profile Photo

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.

Crunchy Data (@crunchydata) 's Twitter Profile Photo

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

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