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    02/10/04 18:08:44

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

Log message:
    Require superuser privilege to create a binary-compatible cast, per
    discussion some weeks ago.  Also, add a check that two types to be
    binary-equivalenced match as to typlen, typbyval, and typalign; if
    they don't then it's surely a mistake to equivalence them.