I have a web application on a Win box that accesses a Postgres DB on a *nix box using ODBC. I also have a trigger that fires every time I update,insert, or delete on a specific table. The trigger creates a temporary table and then drops it at the end. I can only update the table once before...
I'm trying to use a pair of triggers and functions to generate a hierarchically sorted list of Locations based on a linear table. Basically, each location has a parent from within the locations table. I want to create an alphabetical list where children are listed after their parents. I've...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.