PostgreSQL
文章平均质量分 77
CPP_CHEN
这个作者很懒,什么都没留下…
展开
-
Install PostgreSQL 9.2 on RHEL 5, x64
1) Install from rpm a. download rpm from http://yum.postgresql.org/rpmchart.php and then do "rpm -ivhpgdg-redhat92-9.2-4.noarch.rpm" b. rpm -i http://yum.postgresql.org/9.2/redhat/rhel-5-x8原创 2012-11-22 16:21:56 · 1329 阅读 · 0 评论 -
Greenplum - Merge tables in two different database instances
(1) Solution 1: pg_dump -d launchpad -t src_flr_sum2 | psql lsi psql -d lsi insert into src_flr_sum select * from src_flr_sum2; (2) Solution 2: http://blog.2ndquadrant.com/using_dblink_in_gree原创 2013-04-22 13:43:48 · 1004 阅读 · 0 评论 -
The problematic NULLs
(1) The base principal anything OP NULL => NULL NULL OP anything => NULL NULL doesn't equal anything including NULL NULL = NULL => NULL NULL NULL NULL IS NULL => true NULL IS NOT NULL => fal原创 2013-06-17 22:37:03 · 663 阅读 · 0 评论