문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top