OSDN Git Service

Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Apr 1999 02:57:22 +0000 (02:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Apr 1999 02:57:22 +0000 (02:57 +0000)
commit4b82c6d940643b752ce70356c2523f014cf1bff9
tree969ec72a1b2dd80e3237258f8424bc875ce82f5a
parent00a4196139ab15110c5e46e1002fe7ad523250d8
Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
work the way it used to (ie, assume xyz is the name of the builtin
function to call).  Complain if an unknown builtin function name is
referenced.
src/backend/catalog/pg_proc.c