PostgreSQL is not broken like MySQL. Thus, this is incorrect in
lib/Vend/Table/DBI.pm:
ALTER_CHANGE => {
mysql => 'ALTER TABLE _TABLE_ CHANGE COLUMN _COLUMN_ _COLUMN_
_DEF_',
Pg => 'ALTER TABLE _TABLE_ CHANGE COLUMN _COLUMN_ _COLUMN_
_DEF_',
},
I'm guessing this is correct based on what CHANGE COLUMN does in MySQL:
ALTER_CHANGE => {
mysql => 'ALTER TABLE _TABLE_ CHANGE COLUMN _COLUMN_ _COLUMN_
_DEF_',
Pg => 'ALTER TABLE _TABLE_ ALTER COLUMN _COLUMN_ TYPE TO
_DEF_',
},
Cheers,
--
SeattleServer.com Mailing Lists - Casey Allen Shobe
suppressed - http://seattleserver.com
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.