我正在尝试为青梅启用PostGis扩展,但无法执行此操作。运行./configure时出现以下错误,表示不支持PostgreSql版本。 Postgresql 9.0或更高版本附带哪个Greenplum版本?或者有没有办法升级greenplum的Postgresql版本?或者有没有办法为Postgresql版本8.3启用PostGis。
find /orabackup/EXPDP/ATRUS001 -name "expdp_ATRUS001_04122017_0500.dmp" -exec ls -ltr {} \; | awk ' {s+=$5}' '{ split( "B KB MB GB TB PB" , v ); s=1; while( $1>1024 ){ $1/=1024; s++ } printf "%.2f %s", $1, v[s] }'