Hacker News new | ask | show | jobs
by solarized 42 days ago
Its also powerfull for data migration. you can do this:

create pgsql.table as (select * from mysql.table)

all data types automatically inferred. you dont have to define it manually.

bonus: latest version already support pager. proTips: use pspg.