pgsql/src/backend/parser analyze.c

pgsql/src/backend/parser analyze.c

Post by Tom La » Sun, 28 Jan 2001 16:39:21



CVSROOT:        /home/projects/pgsql/cvsroot
Module name:    pgsql

Modified files:
        src/backend/parser: analyze.c

Log message:
        Fix failure to create sequences for more than one SERIAL column in a
        table.

 
 
 

1. pgsql/src backend/parser/analyze.c backend/par ...

CVSROOT:        /cvsroot
Module name:    pgsql

Modified files:
        src/backend/parser: analyze.c gram.y parse_coerce.c
        src/backend/utils/adt: date.c datetime.c numeric.c timestamp.c
                               varchar.c
        src/include/catalog: catversion.h pg_proc.h
        src/include/utils: date.h timestamp.h
        src/test/regress/expected: horology.out time.out timestamp.out
                                   timestamptz.out timetz.out
        src/test/regress/sql: horology.sql time.sql timestamp.sql
                              timestamptz.sql timetz.sql

Log message:
        Implement precision support for timestamp and time, both with and without
        time zones.
        SQL99 spec requires a default of zero (round to seconds) which is set
        in gram.y as typmod is set in the parse tree. We *could* change to a
        default of either 6 (for internal compatibility with previous versions)
        or 2 (for external compatibility with previous versions).
        Evaluate entries in pg_proc wrt the iscachable attribute for timestamp and
        other date/time types. Try to recognize cases where side effects like the
        current time zone setting may have an effect on results to decide whether
        something is cachable or not.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate

message can get through to the mailing list cleanly

2. 25015-OK-TULSA-ORACLE-DBA Skills-RDBMS-GUI-Oracle DBA

3. 30 million rows

4. pgsql/src/backend/parser (analyze.c)

5. How can I create Referential Integrity on 2nd Publication?

6. I WANT TO LEARN DB2/2

7. pgsql/src/backend/parser analyze.c

8. pgsql/src backend/parser/analyze.c test/regres ...

9. pgsql/src/backend/parser analyze.c