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?
This is not bug. Postgres doesn't supports COM objects, because it is multiplatform project, and COM objects are +/- MS platform only technology.