Subject AW: [firebird-support] Is there a utility which will convert FB to Postgres
Author Steffen Heil
Hi

You can use most of this in firebird directly.
Propably the only changes:
replace VARYING with some VARCHAR(xxx) with xxx high enough for your
needs.
replace TEXT with some BLOB, refer to IB 6 beta documentation for exact
type.

However, if you have a windows station connected to the original database
with odbc, try using IBDataPump.

Regards,
Steffen


[Non-text portions of this message have been removed]