pgimage
- FTP site
-
ftp://ftp.sra.co.jp/pub/cmd/postgres/pgimage/
pgimage は
石井達夫さんの作られた
apache + php + PostgreSQL の上で動く
アプリケーションであり、
「改訂第3版・PostgreSQL 完全攻略ガイド」
でも紹介されている。
上記
ftp site
から pgimage-2.3.tar.gz をもらって来て、
tar で開ける。
そうして、
README を見れば書いてあるように、
createdb と createuser をする。
|
|
ttyp6:makoto@u 11:07:18/020530(...local-src/pgimage-2.3)> createdb pgimage
CREATE DATABASE
ttyp6:makoto@u 11:20:55/020530(...local-src/pgimage-2.3)> createuser nobody
Shall the new user be allowed to create databases? (y/n) n
Shall the new user be allowed to create more new users? (y/n) n
CREATE USER
その後初期化のために、以下のように入力する
$ psql -e -f setup/create.sql pgimage
この操作では、かなり色々表示される
|