
Database
iteye_8138
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ERD
http://folkworm.ceri.memphis.edu/ew/SCHEMA_DOC/comparison/erd.htm [img]/upload/attachment/117878/9f6da375-ccfb-3e3c-bc27-335402f094f6.gif[/img] Relationships The lines with symbolized ends connec...原创 2009-06-23 12:23:34 · 2099 阅读 · 0 评论 -
DB2 10.5
ubutu 12.04 sudo apt-get install lib32stdc++6 sudo apt-get install libpam0g:i386 sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0 http://ubuntuforums.org/archive/index.php/t-214...原创 2014-10-13 11:39:36 · 269 阅读 · 0 评论 -
basic postgres sql
sudo apt-get install postgresql phppgadmin sudo apt-get install pgadmin3 sudo su - postgres createuser drupal Shall the new role be a superuser? (y/n) y psql -d postgres -U postgres alte...原创 2014-10-13 17:05:41 · 148 阅读 · 0 评论 -
Many to one for Nullable foreign keys
A unidirectional many-to-one association on a join table is common when the association is optional. For example: ...原创 2014-10-25 11:12:14 · 131 阅读 · 0 评论 -
Postgresql searchpath
postgresql allow: jdbc:postgresql://localhost:5432/testingsdb?searchpath=yourschema原创 2014-10-26 20:27:28 · 222 阅读 · 1 评论