Our implementation of Sybase allows case-sensitive referencing of objects (table/column names, etc.) in SQL statements without quote delimiters. For example, the following are equivalent: Sybase: SELECT MyColumn FROM MyTable Postgres: SELECT "MyColumn" FROM "MyTable" Can Postgres be configured to allow SQL references to case-sensitive objects without quotes? ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly