Postgres Equivalent of Oracle Package - Mailing list pgsql-general

From DAVID ROTH
Subject Postgres Equivalent of Oracle Package
Date
Msg-id 826773243.402693.1637083393436@connect.xfinity.com
Whole thread Raw
In response to Re: How is JSON stored in PG ?  (Ray O'Donnell <ray@rodonnell.ie>)
Responses Re: Postgres Equivalent of Oracle Package  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Postgres Equivalent of Oracle Package  (Mladen Gogala <gogala.mladen@gmail.com>)
List pgsql-general
One of the nice things about Oracle packages is that the code is loaded and global values are set and stored only once
persession. This is very useful for values that are used repeatedly.
 

What is the best way of emulating this behavior in Postgresql?



pgsql-general by date:

Previous
From: Ray O'Donnell
Date:
Subject: Re: How is JSON stored in PG ?
Next
From: Pavel Stehule
Date:
Subject: Re: Postgres Equivalent of Oracle Package