Hi,

> insert into user_info(user_info_id) values ('9');
> insert into user_info(user_info_id) values('09');
> insert into user_ref(user_ref_id) values (009);
> The user_ref entry now points to which user_info record?

For PostgreSQL, the first one ('9').

> If "select 'x' from dual" caused postgres to crash what should h2 do?

If you believe the foreign key behavior is a bug in PostgreSQL, then
go ahead and file a bug. I am not sure if it is a bug, there might be
a use case for it.

Regards,
Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to