CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/06/25 00:40:19

Modified files:
        contrib        : Makefile 
        src/backend/catalog: sql_features.txt 
        src/backend/nodes: copyfuncs.c equalfuncs.c 
        src/backend/parser: analyze.c gram.y keywords.c 
        src/include/nodes: nodes.h parsenodes.h 
        src/test/regress/expected: inherit.out 
        src/test/regress/output: misc.source 
        src/test/regress/sql: inherit.sql 

Log message:
        Includes:
        
        - LIKE <subtable> [ INCLUDING DEFAULTS | EXCLUDING DEFAULTS ]
        - Quick cleanup of analyze.c function prototypes.
        - New non-reserved keywords (INCLUDING, EXCLUDING, DEFAULTS), SQL 200X
        
        Opted not to extend for check constraints at this time.
        
        As per the definition that it's user defined columns, OIDs are NOT
        inherited.
        
        Doc and Source patches attached.
        
        --
        Rod Taylor <[EMAIL PROTECTED]>


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to