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, ...)