Hello,
I've gotten handed a MS SQL DB, and asked to port it to postgres. Most
of it has gone smooth, but the stored procedures are a real mess. The
original developer coded them up to use pass by reference variables,
rather than just return the results in a tuple. For the sake of not
having to change the application, I would like to try and do this in the
postgres version. Is this possible? THX.
Todd Nemanich <todd@twopunks.org> writes: > Hello, > I've gotten handed a MS SQL DB, and asked to port it to > postgres. Most of it has gone smooth, but the stored procedures are a > real mess. The original developer coded them up to use pass by > reference variables, rather than just return the results in a > tuple. For the sake of not having to change the application, I would > like to try and do this in the postgres version. Is this possible? THX. No. -Doug
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера