Postgresql – Can i update a table structure and access it in a plpgsql function?
I'm trying to create a function in PostgreSQL to get data from a table in a dynamic way, but if i update the structure of "my_table_2023", it will raise the error because the structure doesn't match: ERROR: structure of query…