Subject | AW: [firebird-support] Is there a utility which will convert FB to Postgres |
---|---|
Author | Steffen Heil |
Post date | 2004-09-28T12:49:44Z |
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]
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]