pgsql-server/ ontrib/Makefile rc/backend/catal ... - Mailing list pgsql-committers

From [email protected] (Bruce Momjian)
Subject pgsql-server/ ontrib/Makefile rc/backend/catal ...
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: pgsql-server/ ontrib/Makefile rc/backend/catal ...
List pgsql-committers
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]>


pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql-server/src/test/regress/expected inherit.out
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql-server/doc/src/sgml datatype.sgml