25 char *
getSRSbySRID(FunctionCallInfo fcinfo, int32_t SRID,
bool short_crs);
26 int getSRIDbySRS(FunctionCallInfo fcinfo,
const char *SRS);
char * getSRSbySRID(FunctionCallInfo fcinfo, int32_t SRID, bool short_crs)
int getSRIDbySRS(FunctionCallInfo fcinfo, const char *SRS)