学无所长,一事无成
分类:
2010-08-30 10:16:20
也因为如此,我们的目的也不是把数据库的很多个性化的东西发挥到极致,比如对于约束完整性方面的东西。
通过下面几步可以将本章例子迁移到 PostgreSQL 数据库。感谢 xxxx .....
如果你是 Debian 5 平台, 可以使用一下命令快速安装:
|
/etc/postgresql/8.3/main/pg_hba.conf
修改下面内容(文件底部):
|
|
重启 PostgreSQL 服务:
|
|
myapp01_psql.sql
:
|
|
|
|
|
给 Books 表增加 Datetime 字段:
|
|
.sql
file for the user/roles data: 创建脚本 myapp02_psql.sql
:
|
|
|
set_hashed_passwords.pl
to match the following (the only difference is the connect
line):
|
Run the set_hashed_passwords.pl
as per the "normal" flow of the tutorial:
|
You can verify that it worked with this command:
|
略....