Discussion:
Test Suite
(too old to reply)
rep34
2004-01-30 17:36:10 UTC
Permalink
I am migrating a database from SQLServer to PostgreSQL and I want to know if exists some tool to execute tests to see if the functionality of the triggers and stored procedures still the same?

Thanks, and sorry for the terrible english...
Peter Eisentraut
2004-02-02 13:06:45 UTC
Permalink
Post by rep34
I am migrating a database from SQLServer to PostgreSQL and I want to
know if exists some tool to execute tests to see if the functionality
of the triggers and stored procedures still the same?
The stored procedure syntax of MS SQL Server and PostgreSQL is not at
all the same, so you don't even have to bother with a test suite.
techdocs.postgresql.org usually contains good information about porting
from other SQL implementations.


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Loading...