> From: Antonio Gallardo Rivera > > Hi, > > I just write to tell that in the mod-db example. We must > change the name of > the first table from "user" to "users" or something similar. > > In PostgreSQL the word "user" is a keyword.
Can't this be solved by changing the sql like this: select * from "user" ? This works fine in Oracle. Konstantin. > > Regards, > > Antonio Gallardo. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]