欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

postgresql 不支持 T-SQL SQLPostgreSQLSybasePHP 

程序员文章站 2022-06-11 13:53:33
...
http://archives.postgresql.org/pgsql-sql/2002-01/msg00247.php

Re: support for transact-sql?

--------------------------------------------------------------------------------

From: Stephan Szabo <sszabo ( at ) megazone23 ( dot ) bigpanda ( dot ) com>
To: Marius Andreiana <marius ( at ) wdg ( dot ) ro>
Subject: Re: support for transact-sql?
Date: Mon, 21 Jan 2002 13:01:59 -0800 (PST)

--------------------------------------------------------------------------------

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