Hi, I'm attempting to process a query written in the form: SELECT fields FROM table WHERE conditions FOR UPDATE OF field_name when Postgresql supports: SELECT fields FROM table WHERE conditions FOR UPDATE OF table_name I'd like to remove the OF clause in the case only one table is queried. Anyone know of a solution to this? Randall