摘要:
原文: https://www.yiibai.com/postgresql/postgresql-trigger.html PostgreSQL触发器是一组动作或数据库回调函数,它们在指定的表上执行指定的数据库事件(即,INSERT,UPDATE,DELETE或TRUNCATE语句)时自动运行。 触 阅读全文
posted @ 2018-03-19 21:28
立志做一个好的程序员
阅读(991)
评论(0)
推荐(0)
摘要:
redis 文档: https://redis.readthedocs.io/en/2.4/index.html keys * type key 哈希表(Hash) HSET HSET key field value 将哈希表key中的域field的值设为value。 如果key不存在,一个新的哈希 阅读全文
posted @ 2018-03-19 19:23
立志做一个好的程序员
阅读(8545)
评论(0)
推荐(0)
摘要:
Steps that worked for me on Ubuntu 8.04.2 to remove postgres 8.3 List All Postgres related packages Remove all above listed Remove the following folde 阅读全文
posted @ 2018-03-19 14:58
立志做一个好的程序员
阅读(263)
评论(0)
推荐(0)