It's just a matter of converting the MS SQL table DDL to PostgreSQL and then copying the data over.
If you look on the community forum there are some functions for postgresql like datediff to help porting.
MS SQL stored procs are pretty different and it's best just to rewrite them with PL/pgsql.
It's just a matter of
It's just a matter of converting the MS SQL table DDL to PostgreSQL and then copying the data over.
If you look on the community forum there are some functions for postgresql like datediff to help porting.
MS SQL stored procs are pretty different and it's best just to rewrite them with PL/pgsql.