Re: Stored procedure code no longer stored in v14 and v15, changed behaviour
raf <raf@raf.org>
From: raf <raf@raf.org>
To: pgsql-general@lists.postgresql.org
Date: 2022-12-02T22:18:52Z
Lists: pgsql-general
On Fri, Dec 02, 2022 at 11:02:18AM -0500, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Also, we've *never* had storage of the original text for views. > I'm a little mystified by people claiming they use original > text for vetting functions when they clearly have no equivalent > ability for views ... or are your applications completely > view-free? In my case, yes, all access is via procedures. No views or triggers. So it was OK. cheers, raf