TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introduction to Hacking PostgreSQL (2007)

169 pointsby mulanderabout 5 years ago

5 comments

parhamnabout 5 years ago
It&#x27;s a shame you can&#x27;t easily add an extensions to most hosted postgres solutions. I hacked on the postgres ltree extension [1] recently, and was amazed at how easy it is to extend functionality of the database, add new types&#x2F;operators&#x2F;etc. I think if they were a bit more accessible we&#x27;d see them much more. You can even write them in go [2]<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;postgres&#x2F;postgres&#x2F;tree&#x2F;master&#x2F;contrib&#x2F;ltree" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;postgres&#x2F;postgres&#x2F;tree&#x2F;master&#x2F;contrib&#x2F;ltr...</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;microo8&#x2F;plgo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;microo8&#x2F;plgo</a>
评论 #22839508 未加载
ddlutzabout 5 years ago
There&#x27;s an edX MOOC of a similar title that people here may also may be interested in: <a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;hacking-postgresql-data-access-methods" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;hacking-postgresql-data-access-me...</a>
评论 #22839207 未加载
ghayesabout 5 years ago
From my limited experience diving into the Postgres source code, it&#x27;s really a treat. Everything is very clearly written and documented. It&#x27;s pretty easy to read the source code to get an understanding of how components of Postgres work under the hood.
intrdabout 5 years ago
What a gem, thank u :)
评论 #22840393 未加载
robolangeabout 5 years ago
Interesting, but shouldn&#x27;t this be labeled 2007?
评论 #22838442 未加载