meteor / postgres-packages

Early preview of PostgreSQL support for Meteor (deprecated, here for historical reasons)
http://meteor-postgres.readthedocs.org/
158 stars 25 forks source link

Error: PG: unique id needed #60

Open albertonaperijr opened 8 years ago

albertonaperijr commented 8 years ago

Hi,

I'm getting an error when when calling a publication. Here's the error: "Exception in setTimeout callback: Error: PG: unique id needed". I'm not using id as primary key. Can I use different primary key column name?

Hope you can help me with this.

Thanks.