Using Postgres ENUM types with NHibernate

From: Mike Christensen <mike(at)kitchenpc(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Using Postgres ENUM types with NHibernate
Date: 2012-12-21 18:45:37
Message-ID: CABs1bs2U2KAPqEhzb+Gow+0++V2D1_yput--E+Yz_PtHDKQLrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

HI all -

I wrote a blog post on how my site takes advantage of Postgres ENUM
types with NHibernate and Castle ActiveRecord. Thought I'd share:

http://blog.kitchenpc.com/2012/12/21/using-enum-types-with-postgresql-and-castle-activerecord/

Mike

PS - Lemme know if any of the Postgres stuff isn't technically
accurate and I'll fix it :)

Browse pgsql-general by date

  From Date Subject
Next Message Bryan Lee Nuse 2012-12-21 18:49:10 UNION and pg_restore
Previous Message Tom Lane 2012-12-21 17:26:36 Re: Question about indexes and operator classes