postgres

Djangoでpostgresのdistinct onを実行する

postgresにはdistinct on という構文があるそうです。知らなかったです。 djangoのドキュメントで知りました。 postgres distinct on でググるとこちらのエントリが一番上にきます。 PostgreSQL の DISTINCT ON http://www.odin.hyork.net/write/write0228.h…

Djangoでpostgresを使うまでのメモ

環境はMacOSX 10.7.4 Djangoは普段から使ってるけど、いつもsqlite3かmysqlなので、postgresを使うまでの環境設定のメモ 1. Postgresをhomebrewでインストールなんかdependencyでいろいろ入った $ PYTHON=/usr/local/bin/python brew install postgresql ==>…