Thread: pgsql-server/ oc/src/sgml/ref/create_cast.sgml ...

pgsql-server/ oc/src/sgml/ref/create_cast.sgml ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/01 17:09:26

Modified files:
    doc/src/sgml/ref: create_cast.sgml
    src/backend/commands: functioncmds.c

Log message:
    Remove restriction that cast functions cannot be volatile.  This
    restriction was debatable to begin with, but it has now become obvious
    that it breaks forward-porting of user-defined types; contrib/lo being
    the most salient example.