Обсуждение: support for transact-sql?

Поиск
Список
Период
Сортировка

support for transact-sql?

От
Marius Andreiana
Дата:
Hi

I'm analyzing the possibility of porting our current applications from
sybase to postgresql.
I know the manual doesn't mention t-sql support. 
The only solution to migrate stored procedures is to rewrite each of
them to use pl/pgsql?

thanks,
-- 
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/



Re: support for transact-sql?

От
Stephan Szabo
Дата:
On 21 Jan 2002, Marius Andreiana wrote:

> Hi
>
> I'm analyzing the possibility of porting our current applications from
> sybase to postgresql.
> I know the manual doesn't mention t-sql support.
> The only solution to migrate stored procedures is to rewrite each of
> them to use pl/pgsql?

You'd probably need to rewrite them in one of the postgres pl languages
(plpgsql, pltcl, ...)