https://bugzilla.wikimedia.org/show_bug.cgi?id=29555

       Web browser: ---
             Bug #: 29555
           Summary: PostgreSQL: pg_query() [function.pg-query]: Query
                    failed: ERROR:  syntax error at or near "ENGINE"
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Setting up standard database configuration for SMW ...

Selected storage engine is "SMWSQLStore2" (or an extension thereof)

Checking table smw_ids ...
   Table already exists, checking structure ...
   ... field smw_id is fine.
   ... field smw_namespace is fine.
   ... field smw_title is fine.
   ... field smw_iw is fine.
   ... field smw_sortkey is fine.
   ... done.
Checking table smw_conccache ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... field o_id is fine.
   ... done.
Checking table smw_rels2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... field p_id is fine.
   ... changing type of field o_id from 'SERIAL NOT NULL' to 'SERIAL' ... done.
   ... done.
Checking table smw_atts2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... field p_id is fine.
   ... field value_xsd is fine.
   ... field value_num is fine.
   ... deleting obsolete field value_unit ... done.
   ... done.
Checking table smw_text2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... field p_id is fine.
   ... field value_blob is fine.
   ... done.
Checking table smw_spec2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... field p_id is fine.
   ... field value_string is fine.
   ... done.
Checking table smw_subs2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... changing type of field o_id from 'SERIAL NOT NULL' to 'SERIAL' ... done.
   ... done.
Checking table smw_subp2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... changing type of field o_id from 'SERIAL NOT NULL' to 'SERIAL' ... done.
   ... done.
Checking table smw_inst2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... changing type of field o_id from 'SERIAL NOT NULL' to 'SERIAL' ... done.
   ... done.
Checking table smw_redi2 ...
   Table already exists, checking structure ...
   ... field s_title is fine.
   ... field s_namespace is fine.
   ... changing type of field o_id from 'SERIAL NOT NULL' to 'SERIAL' ... done.
   ... done.
Checking table smw_conc2 ...
   Table already exists, checking structure ...
   ... field s_id is fine.
   ... field concept_txt is fine.
   ... field concept_docu is fine.
   ... changing type of field concept_features from 'INTEGER' to 'BIGINT' ... 

Warning:  pg_query() [function.pg-query]: Query failed: ERROR:  syntax error at
or near "ENGINE"
LINE 1: .../ TABLE smw_conc2 ALTER COLUMN "concept_features" ENGINE BIG...
                                                             ^ in
/home/droid-dev/www/includes/db/DatabasePostgres.php on line 237

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to