Questions regarding stored procedures

Поиск
Список
Период
Сортировка
От Todd Nemanich
Тема Questions regarding stored procedures
Дата
Msg-id 3EC269BC.7060401@twopunks.org
обсуждение исходный текст
Список pgsql-general
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.


В списке pgsql-general по дате отправления:

Предыдущее
От: Adam Sherman
Дата:
Сообщение: Index Types
Следующее
От: "Cris"
Дата:
Сообщение: How many levels a B-tree has?