10 ms·
I agree with you that stored procedures are superior to client-side logic, because it means that you can have multiple routes of access to the database and all
by rhaas 9y ago
I agree with you that stored procedures are superior to client-side logic, because it means that you can have multiple routes of access to the database and all of them enforce the same business logic. But what exactly do you mean by "more basic data structures"?
- pgaddict 9y agoPL/SQL has various types of collections, for example, that are super-useful when you need to do more complicated processing without having to create temporary tables and such.