Question,
I am trying to convert a SQL Server db to a posgreSQL db (actually I am not, I am giving it to another person) and am wondering if there is a way I can export or print the schema? Relationships, table designs, data types, etc? i know about the diagram, but I don't want to have to rearrange the tables so i can print them out.
Also, i want to be able to give him the stored procedures as well. Can I export the text of each stored procedure somehow?
I am trying to convert a SQL Server db to a posgreSQL db (actually I am not, I am giving it to another person) and am wondering if there is a way I can export or print the schema? Relationships, table designs, data types, etc? i know about the diagram, but I don't want to have to rearrange the tables so i can print them out.
Also, i want to be able to give him the stored procedures as well. Can I export the text of each stored procedure somehow?