postgresql

Warm Standby

http://www.postgresql.jp/branch/nagoya/postgresql540d53e45c4b652f90e830bb30df30ca30fc2007-npug2007/セミナー受けたのですが、ワームスタンバイがいいなぁと思った。http://archives.postgresql.org/sydpug/2006-10/msg00001.php

order by と null

日付にnullをOKなフィールドに、order by my_date desc みたいにするとnullの項目が先に来てしまう。 以下がその解決。 select * from foo order by my_date is null , my_date desc;

Postgresql初心者講習

来週Postgresql8.x系のインストール、設定などの簡単な講習をおこなうことになりました。メインはCentOSサーバ構築なので、そのオプションですが...http://pgfouine.projects.postgresql.org/運用での状態確認ツールはpgFouineを紹介しようと思う。これ便利…