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, ...)
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, ...)
上一篇: 如何根据指定的实例启动模板创建一个版本
下一篇: PHP5中使用PDO连接数据库