Hacker News new | ask | show | jobs
by thornygreb 1906 days ago
I used to miss packages but I mainly use schemas now to organize. Not the same I know but as good as it gets. I also add https://github.com/okbob/plpgsql_check so that I can find bugs earlier since plpgsql is not compiled like pl/sql.
1 comments

That is the best way, I think. And it even has some plusses: you could have a local tables/views.

But, if you already have a lot of packages and a lot of schemas, separating your packages into schemas seems a bit daunting. Even more so if they have a lot of dependencies.