
Dimitri Fontaine
@tapoueh
Author of theartofpostgresql.com. #PostgreSQL Contributor, #pgloader, #pg_auto_failover. Dad. Guitar player. Board games & Craft beers. he/him. BLM ✊🏿
ID: 339639180
https://theartofpostgresql.com 21-07-2011 12:29:11
25,25K Tweet
4,4K Followers
607 Following

Taking a few minutes today to practice some SQL. Loving having the Crunchy Data playground - crunchydata.com/developers/pla… and with ?sql=filehere. I'm able to go through Dimitri Fontaine's The Art of PostgreSQL with some really awesome exercises cek--theartofpostgresql.thrivecart.com/full-edition/ (PG15 code gets 30% off)

"In PostgreSQL Data Types: Point we did download a complete geolocation data set and normalized it, making good use of other PostgreSQL data types we’ve been learning about in the previous articles of this series." See tapoueh.org/blog/2018/05/p… from Dimitri Fontaine

Craig Kerstiens I quite like TheArtOfPostgreSQL and it's targetting developers


Interesting news (depending on your level of tech nerdy I suppose🤣); the PostgreSQL project seems to have settled on a future build system; Meson Build. git.postgresql.org/gitweb/?p=post…

Just released pgcopydb v0.9 with lots of improvements and bug fixes. See github.com/dimitri/pgcopy… Thanks to Christoph Berg packages are already uploaded to debian and all! Maybe Devrim Gündüz is next for the RPMs?





Hana Mohan App devs are afraid of putting logic in SQL 🙂 Dimitri Fontaine ‘s The Art of PostgreSQL covers it well:


How to quickly find data matching a complex set of user provided tags, all within PostgreSQL query engine, you may ask! In the following article we use some denormalization tricks to answer that, read more at tapoueh.org/blog/2013/10/d…


The state of the art Cardinality Estimation Algorithm called HyperLogLog is available as a PostgreSQL extension! Read more about it at tapoueh.org/blog/2013/02/p…