Greetings:
My group uses oracle to support a large database. I'm trying to determine if we can convert from oracle to postgreSQL.
1) does postgreSQL support partitioned tables? I've done some research and it doesn't appear to. I was wondering if there is a good workaround. Also, does anyone know if/when partitioned tables will be supported?
2) Does postgreSQL support database links? In oracle you can select/insert/update/delete data from a database instance on a machine different from the one you are currently connect too using what oracle calls a database link. I was wondering if there was a similar feature in postgreSQL.
Thank you,
Tracy