{ ************************************************************************* } { } { Licensed Materials - Property of IBM and/or HCL } { } { IBM Informix Dynamic Server } { (c) Copyright IBM Corporation 1996, 2004 All rights reserved. } { (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. } { } { ************************************************************************* } { } { Title: boot911.sql } { } { Description: } { Bootstrapping script for a 9.11 database } { } { ************************************************************************* } { } { ** IMPORTANT - PLEASE READ } { } { All types and routines referenced in this file must be prefixed } { with the user name "informix". E.g., use "informix.boolean" } { and not "boolean" } { } { Also, please follow the formatting conventions!!! } { } { ************************************************************************* } -- Add compare function for collections. create function informix.compare(set, set) returns integer external name '(collcompare)' language C not variant; create function informix.compare(multiset, multiset) returns integer external name '(collcompare)' language C not variant; create function informix.compare(list, list) returns integer external name '(collcompare)' language C not variant;