Thread: pgsql-server/ ontrib/Makefile rc/backend/catal ...

pgsql-server/ ontrib/Makefile rc/backend/catal ...

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    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 <rbt@rbt.ca>


Re: pgsql-server/ ontrib/Makefile rc/backend/catal ...

From
Alvaro Herrera
Date:
On Wed, Jun 25, 2003 at 12:40:20AM -0300, Bruce Momjian wrote:

> 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:
>
[...]
>     Doc and Source patches attached.

Was the doc patch applied as well?

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Crear es tan dificil como ser libre" (Elsa Triolet)

Re: pgsql-server/ ontrib/Makefile rc/backend/catal ...

From
Rod Taylor
Date:
> >     Doc and Source patches attached.
>
> Was the doc patch applied as well?

Not in that commit, but a quick look at CREATE TABLE shows the
additions.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment