What's the equivalent to Oracle Packages in PostgreSQL -


i'm pretty new postgresql , wonder if such thing exists...

i saw discussions, nothing concrete..

thanks!

no, there no equivalent.

the remotely similar thing create 1 schema each "package" , put functions of 1 package schema. way have @ least namespace packages give you.

this of course not give package private functions or package wide variables @ all.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -