Hi, Rails interpretet my column type ''oid'' in postgresql as an string. Therefore it generated an invalid input syntax for type oid because it puts the synthax in quotes. Example: Rails makes ''lo_import(''picture'')'' Right is: lo_import(''picture'') How can I solve these problem? -- Thanks Torsten