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
Post a Comment