Babelfish: SQL Server-to-Postgres Translation Layer
11–20 of 118 posts
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#12Re: Babelfish: SQL Server-to-Postgres Translation Layer
#13Why not do this for Oracle? I've not found SQL Server to be too bad from the crazy Oracle stuff (light experience only - maybe bigger players have it worse?).
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#14Why not do this for Oracle? I've not found SQL Server to be too bad from the crazy Oracle stuff (light experience only - maybe bigger players have it worse?).
I wonder if anyone starting out today chooses Oracle as their relational database.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#15Re: Babelfish: SQL Server-to-Postgres Translation Layer
#16Use case: some of my SQL syntax depends on MySQL but I realize I made a poor life choice and would rather have transactional DDL and a myriad of better features on postgres.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#17Any idea what language it’s written in?
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#18Why not do this for Oracle? I've not found SQL Server to be too bad from the crazy Oracle stuff (light experience only - maybe bigger players have it worse?).
'' is null
evaluates to true in Oracle. It also has features like "fast refresh" on materialized views which might be tricky to emulate on other db engines. Nothing's impossible, but it's certainly more of a challenge.Re: Babelfish: SQL Server-to-Postgres Translation Layer
#19Earlier quoted context omitted.
Interesting. Now where's the Oracle-to-Postgres Translation project? ;-)
Their legal team might still be preparing for this one given Oracle's reputation.
So will all the other 'software interface' owners of the world.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#20Any idea what language it’s written in?
"Babelfish is written in C, which is the same programming language used to develop PostgreSQL. Some parts of Babelfish are developed using procedural language in PL/pgSQL. Many test cases are written in PL/pgSQL and T-SQL."