skip to Main Content

Postgresql – Using set_config in CTE

I want to be able to call set_config to set a configuration parameter within the same transaction/scope as an INSERT statement. There is a function triggered AFTER the insert which reads from this configuration parameter. I need to accomplish this…

VIEW QUESTION
Back To Top
Search