Re: Ridicolus Postgresql review

Поиск
Список
Период
Сортировка
От roypgsqlgen@xemaps.com
Тема Re: Ridicolus Postgresql review
Дата
Msg-id 200109121545.f8CFjN718890@postgresql.org
обсуждение исходный текст
Ответ на Ridicolus Postgresql review  ("Andrea Aime" <aaime@comune.modena.it>)
Список pgsql-general
Well having worked on both SQL Server and Oracle (although not the latest version of oracle) let me clear the air on
thedifferences between the two as far as stored procs are concerned. 

On SQL Server you can return many result sets.

On Oracle, you can't.  The best thing you can do is return arrays as parameters and simulate a result set by populating
thatarray row by row (SLOW).  I think in most situations, you'll see people just running a select statement from the
clientside whenever possible. 

I much prefer working in Sybase and SQL Server because of the ability to return multiple result sets.

Roy.




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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: Ridicolus Postgresql review
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Error: Bad Timestamp Format