Win32 PostgreSQL 7.5/PostGIS

PostGISメーリングリストから流れてきました。

Subject: [postgis-users] Win32 PostgreSQL 7.5/PostGIS snapshot available for developers


Hi guys,

After following all the traffic on this list about Win32 PostgreSQL, I
thought it would be a useful exercise to try and build it myself. The
result is that I now have a working snapshot which I have decided to
upload to the web to allow developers to determine how their spatial
applications may perform under Win32. The download can be found at
http://www.webbased.co.uk/mca/pgsql75win.zip and is roughly 14Mb in
size. The installation includes PostGIS CVS, PROJ 4.4.8 and GEOS CVS
taken from the end of last week.

Installation is simple: extract the ZIP file in C:\ and all the paths
should be correct. The only thing to watch out for is to make sure you
don't have another copy of libpq.dll in \WINDOWS or \WINDOWS\SYSTEM[32].
There are several scripts included to ease setting things up.

- pgstart.bat starts the PostgreSQL server
- env.bat starts a command line with the correct path so any of
the
postgres executables can be run, e.g. psql.exe
- initdb.bat performs an initdb in the C:\pgsql75win\data
subdirectory

 PostgreSQLの次期バージョンからwin32をネイティブサポートできるようになるそうですが、先立ってPostGISを動かした方がいました。
 プログラムも公開していたので、早速ダウンロードしてインストールしてみました。
 PostGISの設定でちょっと悩みましたが、あっけないほど簡単に動いてびっくり。使い勝手を調べてみようかととりあえず、Mapserverから使ってみようかと思ったら、どうもTCP/IP接続ができない模様、postgresql.confファイルにもTCP/IP部分はざっくり削られてました。たしかMapserverからPostGISを使う場合は、TCP/IP接続のみだったと思います。
  うちの端末からだと日本語が表示できないのし、それ、PHPUnixドメイン接続のプログラムを作るか、Explainでベンチマークでもとろうかと悩んでみたものの、snapshot版なのであんまり速度のテストは意味が無いかもしれません。なんか面白いテストはないでしょうか?