Pergunta

In PostgreSQL, with ecpg, there are two compatibility modes: INFORMIX, INFORMIX_SE.

Is there a difference between INFORMIX setting mode and INFORMIX_SE setting mode? I do not see any detail about this Postgresql Doc

Thanks.

Foi útil?

Solução

INFORMIX refers to Informix Dynamic Server and INFORMIX_SE refers to Informix Standard Engine. So you must know what type of Informix DB your target is. SE uses C-ISAM, where INFORMIX uses RSAM. Visit the IBM Informix website for more info. This link also explains adaptability of PostgreSQL with both Informix DB models.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top