Hi, I've added getFeatureAtId() implementation for postgres provider in revision 6873. Could someone with more postresql knowledge check whether is it correct? It seemed to me that only way how to access WKB geometry in binary (not text) format is to use binary cursor. Isn't possible to retreive binary data only with a 'SELECT'? Martin