Search Postgresql Archives

Re: Function for Exception Logging

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Even more difficult in PG functions as they have no commit / rollback capability.  I haven't played with stored procedures in in PG11 yet.

You can simulate oracle autonomous transaction feature in postgres by connecting to the same db using dblink.

As for implicit passing of error parameters, I don't think it's possible.

Best, Alex




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux