This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107674/

This review has been submitted with commit 6e5f353735a21f505c53939e5840e7b234065cbd by Giorgos Tsiapaliokas to branch master.

- Commit


On December 12th, 2012, 11:57 a.m., Giorgos Tsiapaliokas wrote:

Review request for Plasma.
By Giorgos Tsiapaliokas.

Updated Dec. 12, 2012, 11:57 a.m.

Description

fixes typo in operator.

relative url: http://www.postgresql.org/docs/9.2/interactive/functions-comparison.html

Testing

output of ./setup.sh with this patch(no errors)

$ ./setup.sh 
psql:bodega.sql:8: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "languages_pkey" for table "languages"
psql:bodega.sql:8: NOTICE:  CREATE TABLE / UNIQUE will create implicit index "languages_code_key" for table "languages"
psql:bodega.sql:17: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "licenses_pkey" for table "licenses"
psql:bodega.sql:28: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "partners_pkey" for table "partners"
psql:bodega.sql:28: NOTICE:  CREATE TABLE / UNIQUE will create implicit index "partners_name_key" for table "partners"
psql:bodega.sql:47: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "people_pkey" for table "people"
psql:bodega.sql:47: NOTICE:  CREATE TABLE / UNIQUE will create implicit index "people_email_key" for table "people"
psql:bodega.sql:70: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "personroles_pkey" for table "personroles"
psql:bodega.sql:91: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "devices_pkey" for table "devices"
psql:bodega.sql:99: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "tagtypes_pkey" for table "tagtypes"
psql:bodega.sql:109: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "tags_pkey" for table "tags"
psql:bodega.sql:135: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "assets_pkey" for table "assets"
psql:bodega.sql:186: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "channels_pkey" for table "channels"
psql:bodega.sql:265: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "purchases_pkey" for table "purchases"
psql:bodega.sql:307: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "pointcodes_pkey" for table "pointcodes"
psql:bodega.sql:321: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "eastereggs_pkey" for table "eastereggs"
psql:core.plsql:12: NOTICE:  trigger "trg_ct_generatefullname" for table "people" does not exist, skipping
psql:core.plsql:47: NOTICE:  trigger "trg_ct_checkchannelparent" for table "channels" does not exist, skipping
psql:core.plsql:51: NOTICE:  trigger "trg_ct_propogatechannelparent" for table "channels" does not exist, skipping
psql:core.plsql:119: NOTICE:  trigger "trg_ct_associateassetwithchannels" for table "assettags" does not exist, skipping
psql:core.plsql:161: NOTICE:  trigger "trg_ct_associatechannelwithassets" for table "channeltags" does not exist, skipping
psql:core.plsql:221: NOTICE:  trigger "trg_ct_updatestorepricesonstoreupdate" for table "devices" does not exist, skipping
psql:core.plsql:280: NOTICE:  trigger "trg_ct_processupdatedasset" for table "assets" does not exist, skipping
psql:core.plsql:284: NOTICE:  trigger "trg_ct_processnewasset" for table "assets" does not exist, skipping
psql:rankings.sql:9: NOTICE:  CREATE TABLE will create implicit sequence "collections_id_seq" for serial column "collections.id"
psql:rankings.sql:9: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "collections_pkey" for table "collections"

Diffs

  • sql/bodega.sql (b9d1d59)

View Diff