INSERT INTO menu ( "menutype","name","link","type","published","componentid","parent","ordering",browserNav,"access","params","language" ) VALUES (...)
Quoting an identifier also makes it case-sensitive, whereas unquoted names are always folded to lower case. For example, the identifiers FOO, foo, and "foo" are considered the same by PostgreSQL, but "Foo" and "FOO" are different from these three and each other. (The folding of unquoted names to lower case in PostgreSQL is incompatible with the SQL standard, which says that unquoted names should be folded to upper case. Thus, foo should be equivalent to "FOO" not "foo" according to the standard. If you want to write portable applications you are advised to always quote a particular name or never quote it.)
ERROR: null value in column "mask" violates not-null constraintUPDATE content SET "title"='SEO PRO',"seotitle"='seo-pro',"introtext"='Feel the power of Elxis <strong>SEO PRO</strong>. Search engine friendly URLs where never so easy and powerful. Just enable SEO PRO, add the nessesary htaccess file to your root directory, stand back and enjoy! Elxis will do all the hard work for you.',"state"='1',"sectionid"='1',"mask"=NULL,"catid"='1',"created"='2008-07-04 20:25:19',"created_by"='62',"modified"='2008-07-04 20:25:19',"modified_by"='62',"checked_out"='0',"checked_out_time"='1979-12-19 00:00:00',"publish_up"='1979-12-19 00:00:00',"publish_down"='2060-01-01 00:00:00',"attribs"='pageclass_sfx= textclass_sfx= back_button= item_title=1 link_titles= introtext=1 section=0 section_link=0 category=0 category_link=0 rating= author= createdate= modifydate= pdf= rtf= print= email= keyref=',"version"='1',"parentid"='0',"ordering"='5',"metakey"='seo pro, search engine friendly, seo optimization, sef url',"metadesc"='Search engine friendly URLs with Elxis SEO PRO',"access"='29',"hits"='0',"language"='english' WHERE id='9'
ERROR: operator does not exist: integer = character varying at character 103HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.STATEMENT: SELECT c.id AS value, s.title||' / '||c.title AS text FROM categories c LEFT JOIN sections s ON s.id=c.section WHERE c.published='1' AND s.scope='content' ORDER BY c.title