Re: Invoking SQL function while doing CREATE OR REPLACE on it

2023-05-04 Thread Nagendra Mahesh (namahesh)
) ; pgsql-gene...@postgresql.org Subject: Re: Invoking SQL function while doing CREATE OR REPLACE on it   > On 03/05/2023 20:17 CEST Nagendra Mahesh (namahesh) > wrote: > > I have a Postgres 14.4 cluster (AWS Aurora) to which I connect from my > application using JDBC. > > I use

Re: Invoking SQL function while doing CREATE OR REPLACE on it

2023-05-03 Thread Tom Lane
Erik Wienhold writes: > On 03/05/2023 20:17 CEST Nagendra Mahesh (namahesh) > wrote: >> I have a Postgres 14.4 cluster (AWS Aurora) to which I connect from my >> application using JDBC. Aurora uses, I believe, some other storage engine entirely than community Postgres has. >> Only in this tiny

Re: Invoking SQL function while doing CREATE OR REPLACE on it

2023-05-03 Thread Erik Wienhold
> On 03/05/2023 20:17 CEST Nagendra Mahesh (namahesh) > wrote: > > I have a Postgres 14.4 cluster (AWS Aurora) to which I connect from my > application using JDBC. > > I use liquibase for schema management - not only tables, but also a bunch of > SQL stored procedures and functions. Basically, th

Invoking SQL function while doing CREATE OR REPLACE on it

2023-05-03 Thread Nagendra Mahesh (namahesh)
I have a Postgres 14.4 cluster (AWS Aurora) to which I connect from my application using JDBC. I use liquibase for schema management - not only tables, but also a bunch of SQL stored procedures and functions. Basically, there is one liquibase changeSet that runs last and executes a set of SQL f