pgsql/contrib/spi (autoinc.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/contrib/spi (autoinc.c)
Date
Msg-id 200006112008.e5BK88D17749@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, June 11, 2000 @ 16:08:04
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/contrib/spi
     from hub.org:/home/projects/pgsql/tmp/cvs-serv17194/contrib/spi

Modified Files:
    autoinc.c

-----------------------------  Log Message  -----------------------------

Update sequence-related functions to new fmgr style.  Remove downcasing,
quote-stripping, and acl-checking tasks for these functions from the
parser, and do them at function execution time instead.  This fixes
the failure of pg_dump to produce correct output for nextval(Foo)
used in a rule, and also eliminates the restriction that the argument
of these functions must be a parse-time constant.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/parser (parse_func.c)
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc (TODO)