From: Todd Benson Date: 2008-05-26T04:12:11+09:00 Subject: Re: Yup, it's call SQLite! :-)) Re: Is there a One True Postgresinterface? Is Ruby-postgresmaintained? On Sun, May 25, 2008 at 12:37 PM, Todd Benson wrote: > create table preparation ( > measurement not null references measurements (measurement), > ingredient not null references food (ingredient), > primary key (measurement, ingredient) > ); > Even worse, I missed the required type with measurement and ingredient here with no error! which means I wouldn't be able to migrate this to another database. Todd