Entries from 2009-04-02 to 1 day

今日の復習

selection 0割 以下10割 実行プラン executer join procedural texturing

23. large object の auto-delete を考える2 - PostgreSQL のソースコードを読む

db

独自の組み込み型定義 hige=# insert into person values(4); ERROR: column "social_no" is of type higeid but expression is of type integer HINT: You will need to rewrite or cast the expression. hige=# insert into person values(oid(4)); ERROR:…