Re: Schema renaming cascade

2023-08-17 Thread Alvaro Herrera
On 2023-Aug-17, Lorusso Domenico wrote: > Hello guys, > I need to rename a schema, including each reference to it (also for > functions) Maybe you should consider removing schema name references in function source code, and instead refer to the tables (and other functions, etc) by their unqualifi

Schema renaming cascade

2023-08-17 Thread Lorusso Domenico
Hello guys, I need to rename a schema, including each reference to it (also for functions) I mean: I've 2 schemas called "schema1" and "schema2". In schema1 there are tables, composite types, and functions Functions call other functions in the same schema In schema2 Also in schema2 there are tabl