Running against PostgreSQL 8 on Fedora Core 6
Brought to you by:
tuxsoft_
If using the postgreSQL version 8 database engine then consideration needs to be given that, by default, postgreSQL will lower-case table names and attribute names, and that some attribute names are considered reserved words and need to be double quoted, notably "User" and "user"; it also needs to be remembered that once a table name or attribute name is double quoted then its case is preserved. Perhaps with postgreSQL it is best to double quote all table names and attribute names.