I tried to looking into pg_class and pg_attribute as well, but no luck. There are some of the functions in my DB that is deployed some time back. And I want to know when those functions are created. It will help me to audit the deployments scripts.
-
Related ? : stackoverflow.com/questions/2577168/…Jaisus– Jaisus2019-06-03 13:57:53 +00:00Commented Jun 3, 2019 at 13:57
-
@Jaisus I got some idea that, PostgreSQL doesn't store this information anywhere. But if we want to record this information from now onward we can. But I am worry about the function which is deployed long time back.Vivek– Vivek2019-06-04 04:32:49 +00:00Commented Jun 4, 2019 at 4:32
Add a comment
|