Annotation of 42BSD/ingres/doc/error/error7_2, revision 1.1

1.1     ! root        1: 2000   %0 errors were found in quel program~
        !             2: 2100   line %0, Attribute '%1' not in relation '%2'~
        !             3: 2103   line %0, Result domain type does not match type of expression~
        !             4: 2106   line %0, Data base utility command buffer overflow~
        !             5: 2107   line %0, You are not allowed to update this relation: %1~
        !             6: 2108   line %0, Result relation (%1) for APPEND does not
        !             7: exist or cannot be accessed by you~
        !             8: 2109   line %0, Variable '%1' not declared in RANGE statement~
        !             9: 2111   line %0, Too many attributes in key for INDEX~
        !            10: 2117   line %0, Invalid relation name '%1' in RANGE statement~
        !            11: 2118   line %0, Out of space in query tree - Query too long~
        !            12: 2119   line %0, MOD operator not defined for floating point
        !            13: or character attributes~
        !            14: 2120   line %0, no pattern match operators allowed in the target list~
        !            15: 2121   line %0, Only character type domains are allowed in CONCAT operator~
        !            16: 2123   line %0, '%1.all' not defined for replace~
        !            17: 2125   line %0, Cannot use aggregates ("avg" or "avgu") on character values~
        !            18: 2126   line %0, Cannot use aggregates ("sum" or "sumu") on character values~
        !            19: 2127   line %0, Cannot use numerical functions (ATAN, COS, LOG,
        !            20: SIN, SQRT, EXP, ABS) on character values~
        !            21: 2128   line %0, Cannot use unary operators ("+" or "-") on character values~
        !            22: 2129   line %0, Numeric operations (+ - * /) not allowed on character values~
        !            23: 2130   line %0, Too many result domains in target list~
        !            24: 2131   line %0, Target list too wide~
        !            25: 2132   line %0, Too many aggregates in this query~
        !            26: 2133   line %0, Type conflict on relative operator~
        !            27: 2134   line %0, '%1' is not a constant operator.
        !            28: Only 'dba' or 'usercode' are allowed.~
        !            29: 2135   line %0, You cannot duplicate the name of an existing relation(%1)~
        !            30: 2136   line %0, There is no such hour as %1, use a 24 hour clock system~
        !            31: 2137   line %0, There is no such minute as %1, use a 24 hour clock system~
        !            32: 2138   line %0, There is no such time as 24:%1, use a 24 hour clock system~
        !            33: 2139   line %0, Your database does not support query modification~
        !            34: 2500   line %0, The word '%1', cannot follow this command~
        !            35: 2501   line %0, The word '%1', cannot follow a RETRIEVE command.~
        !            36: 2502   line %0, The word '%1', cannot follow an APPEND command.~
        !            37: 2503   line %0, The word '%1', cannot follow a REPLACE command.~
        !            38: 2504   line %0, The word '%1', cannot follow a DELETE command.~
        !            39: 2507   line %0, The word '%1', cannot follow a DESTROY command.~
        !            40: 2508   line %0, The word '%1', cannot follow a HELP command.~
        !            41: 2510   line %0, The word '%1', cannot follow a MODIFY command.~
        !            42: 2511   line %0, The word '%1', cannot follow a PRINT command.~
        !            43: 2515   line %0, The word '%1', cannot follow a RETRIEVE UNIQUE command.~
        !            44: 2516   line %0, The word '%1', cannot follow a DEFINE VIEW command.~
        !            45: 2519   line %0, The word '%1', cannot follow a HELP VIEW, HELP INTEGRITY,
        !            46: or HELP PERMIT command.~
        !            47: 2522   line %0, The word '%1', cannot follow a DEFINE PERMIT command.~
        !            48: 2523   line %0, The word '%1', cannot follow a DEFINE INTEGRITY command.~
        !            49: 2526   line %0, The word '%1', cannot follow a DESTROY INTEGRITY or
        !            50: DESTROY PERMIT command.~
        !            51: 2600   syntax error on line %0
        !            52: last symbol read was: %1~
        !            53: 2601   line %0, Syntax error on '%1', the correct syntax is: 
        !            54:        RETRIEVE [[INTO]relname] (target_list) [WHERE qual]
        !            55:        RETRIEVE UNIQUE (target_list) [WHERE qual]~
        !            56: 2602   line %0, Syntax error on '%1', the correct syntax is: 
        !            57:        APPEND [TO] relname (target_list) [WHERE qual]~
        !            58: 2603   line %0, Syntax error on '%1', the correct syntax is: 
        !            59:        REPLACE tuple_variable (target_list) [WHERE qual]~
        !            60: 2604   line %0, Syntax error on '%1', the correct syntax is: 
        !            61:        DELETE tuple_variable [WHERE qual]~
        !            62: 2605   line %0, Syntax error on '%1', the correct syntax is: 
        !            63:        COPY relname (domname = format {, domname = format}) direction "filename"~
        !            64: 2606   line %0, Syntax error on '%1', the correct syntax is: 
        !            65:        CREATE relname (domname1 = format{, domname2 = format})~
        !            66: 2607   line %0, Syntax error on '%1', the correct syntax is: 
        !            67:        DESTROY relname {,relname}
        !            68:        DESTROY [PERMIT | INTEGRITY] relname [integer{, integer} | ALL]~
        !            69: 2609   line %0, Syntax error on '%1', the correct syntax is: 
        !            70:        INDEX ON relname IS indexname (domain1{, domain2}) ~
        !            71: 2610   line %0, Syntax error on '%1', the correct syntax is: 
        !            72:        MODIFY relname TO storage-structure [ON key1 [: sortorder] [{, key2 [:sortorder]}]]
        !            73:                [WHERE [FILLFACTOR = n] [, MINPAGES = n] [, MAXPAGES = n]]~
        !            74: 2611   line %0, Syntax error on '%1', the correct syntax is: 
        !            75:        PRINT relname{, relname}~
        !            76: 2612   line %0, Syntax error on '%1', the correct syntax is: 
        !            77:        RANGE OF variable IS relname~
        !            78: 2613   line %0, Syntax error on '%1', the correct syntax is: 
        !            79:        SAVE relname UNTIL month day year~
        !            80: 2614   line %0, Syntax error on '%1', the correct syntax is: 
        !            81:        DEFINE VIEW name (target list) [WHERE qual]
        !            82:        DEFINE PERMIT oplist {ON|OF|TO} var [(attlist]
        !            83:                TO name [AT term] [FROM time TO time]
        !            84:                [ON day TO day] [WHERE qual]
        !            85:        DEFINE INTEGRITY ON var IS qual~
        !            86: 2615   line %0, Syntax error on '%1', the correct syntax is: 
        !            87:        RETRIEVE UNIQUE (target_list) [WHERE qual]~
        !            88: 2616   line %0, Syntax error on '%1', the correct syntax is:
        !            89:        DEFINE VIEW name (target_list) [WHERE qual]~
        !            90: 2619   line %0, Syntax error on '%1', the correct syntax is:
        !            91:        HELP VIEW relname[, relname]
        !            92:        HELP PERMIT relname[, relname]
        !            93:        HELP INTEGRITY relname[, relname]~
        !            94: 2622   line %0, Syntax error on '%1', the correct syntax is:
        !            95:        DEFINE PERMIT oplist {ON|OF|TO} var [(attlist)]
        !            96:                TO name [AT term] [FROM time TO time]
        !            97:                [ON day TO day] [WHERE qual]~
        !            98: 2623   line %0, Syntax error on '%1', the correct syntax is:
        !            99:        DEFINE INTEGRITY ON var IS qual~
        !           100: 2700   line %0, non-terminated string~
        !           101: 2701   line %0, string too long~
        !           102: 2702   line %0, invalid operator~
        !           103: 2703   line %0, Name too long '%1'~
        !           104: 2704   line %0, Out of space in symbol table - Query too long~
        !           105: 2705   line %0, non-terminated comment~
        !           106: 2707   line %0, bad floating constant: %1~
        !           107: 2708   line %0, control character passed in pre-converted string~
        !           108: 2709   line %0, buffer overflow in converting a number~
        !           109: 2800   line %0, yacc stack overflow in parsing query~

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.