Re: BUG #16126: Missing the sp_OACreate procedures - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #16126: Missing the sp_OACreate procedures
Date
Msg-id 20191120085441.GA153437@paquier.xyz
Whole thread Raw
In response to BUG #16126: Missing the sp_OACreate procedures  (PG Bug reporting form <noreply@postgresql.org>)
List 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

Attachment

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16126: Missing the sp_OACreate procedures
Next
From: Pavel Stehule
Date:
Subject: Re: BUG #16126: Missing the sp_OACreate procedures