Re: BUG #16126: Missing the sp_OACreate procedures

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: jadhavprasad57(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16126: Missing the sp_OACreate procedures
Date: 2019-11-20 08:54:41
Message-ID: 20191120085441.GA153437@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Nov 20, 2019 at 08:50:29AM +0000, PG Bug reporting form wrote:
> I am migrating my MS SQL databases to PostgresSQL. I wish to convert one
> stored procedure from SQL server to PostgreSQL. But I couldn't find the
> compatibility for 'sp_OACreate' extended procedure.
>
> Does PostgreSQL OA extended procedure ? or any equivalent objects?

Looking here:
https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-oacreate-transact-sql?view=sql-server-ver15
The answer is no.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2019-11-20 09:52:53 Re: BUG #16126: Missing the sp_OACreate procedures
Previous Message PG Bug reporting form 2019-11-20 08:50:29 BUG #16126: Missing the sp_OACreate procedures