Thread: oracle_fdw

oracle_fdw

From
Desmond Coertzen
Date:
Just a comment. I have no question.

oracle_fdw compiled and installed postgres 9.3.11

It worked out of the box, so I just want to say "yyyaaaaaaaahhhhhhhhhhh!!!!"

I really hates oracle sqlplus. bash scripting with psql is the coolest. sqlplus is so dismal. i fiddled with the formatting options unto death do us part and i just could not make it perfect. So much weird stuff. Duplicate column name in the header output...????

And really, what's with oracle only introducing row limit in SQL only in 12c? I hope I never have to live with oracle as a production db

select * from tf_oracle_cl_client order by 1 desc LIMIT 10 offset 10; ------- and a sigh of relief.

Thank you to whomever. Thank you postgres. And, now continue I with the port to postgres... And then many happy days...

THE END